Loading pkgs/development/python-modules/bump-my-version/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -31,14 +31,14 @@ buildPythonPackage rec { pname = "bump-my-version"; version = "1.2.3"; version = "1.2.4"; pyproject = true; src = fetchFromGitHub { owner = "callowayproject"; repo = "bump-my-version"; tag = version; hash = "sha256-0gaRW8gUCC4gVsikGD4is8xGZm+JTWfFQ2QUyau8vZ0="; hash = "sha256-VICFz9scVPmoRDORcxq7V1ijipkg8w7uuMRRl0ReseI="; }; build-system = [ Loading Loading
pkgs/development/python-modules/bump-my-version/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -31,14 +31,14 @@ buildPythonPackage rec { pname = "bump-my-version"; version = "1.2.3"; version = "1.2.4"; pyproject = true; src = fetchFromGitHub { owner = "callowayproject"; repo = "bump-my-version"; tag = version; hash = "sha256-0gaRW8gUCC4gVsikGD4is8xGZm+JTWfFQ2QUyau8vZ0="; hash = "sha256-VICFz9scVPmoRDORcxq7V1ijipkg8w7uuMRRl0ReseI="; }; build-system = [ Loading