Skip to content

Commit

Permalink
Merge pull request #236036 from fabaff/pyipp-bump
Browse files Browse the repository at this point in the history
python311Packages.pyipp: 0.13.0 -> 0.14.1
  • Loading branch information
mweinelt authored Jun 5, 2023
2 parents ad7fbd2 + 72a51aa commit 5344f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyipp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "pyipp";
version = "0.13.0";
version = "0.14.1";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
rev = version;
hash = "sha256-lVpXtPxZZCyWycmkXZTMo5WTPtlehNY5IX7tiyIb1uM=";
hash = "sha256-l8zDgqv8+9r15dt1YeuAYq2GCl9JsrtNRjPlQ9A7H9c=";
};

postPatch = ''
Expand Down

0 comments on commit 5344f09

Please sign in to comment.