Unverified Commit 9ecb0c4e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ghmap: 1.0.4 -> 1.0.6 (#454834)

parents f5e227fc 2a00280a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "ghmap";
  version = "1.0.4";
  version = "1.0.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "uhourri";
    repo = "ghmap";
    tag = "v${version}";
    hash = "sha256-liwkJfNp2Ozph3ummrh2GEshIlmVsG8Y8Pmm4lw2Ya8=";
    hash = "sha256-mNWBClKs5QnjwMMWS/OaxgD0g0D0bWRx8ecyG3+zy+s=";
  };

  build-system = with python3Packages; [