Skip to content

Commit

Permalink
python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452)
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien authored Nov 10, 2024
2 parents d40ed47 + 2280b9b commit 0598c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bsdiff4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "bsdiff4";
version = "1.2.4";
version = "1.2.5";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-HXEpqBIYYHMejM4pAdMYPhSuxwJE9k6PdFYyddw4gGc=";
hash = "sha256-zdg/gg7Ljx72ek5fCxUsYdMnyver81qpp2NBORWyE2g=";
};

pythonImportsCheck = [ "bsdiff4" ];
Expand Down

0 comments on commit 0598c61

Please sign in to comment.