Skip to content

Commit

Permalink
python312Packages.pip-api: 0.0.33 -> 0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jul 10, 2024
1 parent 6c4182b commit 2a88af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pip-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "pip-api";
version = "0.0.33";
version = "0.0.34";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "di";
repo = "pip-api";
rev = "refs/tags/${version}";
hash = "sha256-bDM31YpVB0pZMqeGTCbnINSmJc03N0HuU8hcc8nnHgw=";
hash = "sha256-nmCP4hp+BsD80OBjerOu+QTBBExGHvn/v19od4V3ncI=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 2a88af5

Please sign in to comment.