Loading pkgs/development/python-modules/giturlparse/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ }: buildPythonPackage rec { pname = "giturlparse"; version = "0.12.0"; version = "0.14.0"; pyproject = true; src = fetchFromGitHub { owner = "nephila"; repo = "giturlparse"; tag = version; hash = "sha256-VqlsqMLwOtaciBWXphmFAMwtfkWBBNaL1Sdcc8Ltq7k="; hash = "sha256-KBJVsg3xpy4WkXlkP+eNTJpGIpZhPI4TwD5/0eCbTL0="; }; build-system = [ Loading Loading
pkgs/development/python-modules/giturlparse/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ }: buildPythonPackage rec { pname = "giturlparse"; version = "0.12.0"; version = "0.14.0"; pyproject = true; src = fetchFromGitHub { owner = "nephila"; repo = "giturlparse"; tag = version; hash = "sha256-VqlsqMLwOtaciBWXphmFAMwtfkWBBNaL1Sdcc8Ltq7k="; hash = "sha256-KBJVsg3xpy4WkXlkP+eNTJpGIpZhPI4TwD5/0eCbTL0="; }; build-system = [ Loading