python312Packages.pip-api: 0.0.33 -> 0.0.34
Diff: https://github.com/di/pip-api/compare/refs/tags/0.0.33...0.0.34 Changelog: https://github.com/di/pip-api/blob/0.0.34/CHANGELOG
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pip-api";
|
||||
version = "0.0.33";
|
||||
version = "0.0.34";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user