Commit cdc4a620 authored by R. RyanTM's avatar R. RyanTM
Browse files

ghmap: 2.0.0 -> 2.0.3

parent 384ef441
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "ghmap";
  version = "2.0.0";
  version = "2.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "uhourri";
    repo = "ghmap";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3y7ENSqcyfQTb78ELoZse9TksPT0zrsLD2YVEfjJ2Y8=";
    hash = "sha256-UF7Zxrm+thZeAKPiCaI5t4NbDzuUU3oosPsb0Cgv9t0=";
  };

  build-system = with python3Packages; [