python312Packages.pyipp: 0.16.0 -> 0.17.0

https://github.com/ctalkington/python-ipp/releases/tag/0.17.0
This commit is contained in:
Martin Weinelt 2024-10-13 02:10:16 +02:00
parent f5a4fca45c
commit 4f560da920
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,12 +12,13 @@
pytest-asyncio,
pytestCheckHook,
pythonOlder,
syrupy,
yarl,
}:
buildPythonPackage rec {
pname = "pyipp";
version = "0.16.0";
version = "0.17.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
rev = "refs/tags/${version}";
hash = "sha256-ddI9K0lJDZbVgO+hptP4I+EH//5vOoFDYXWxGALF8Ik=";
hash = "sha256-B3x6WkTSTGlZWMAK2BTA2EVVz+IvB3QL+arZGBAkZsE=";
};
postPatch = ''
@ -49,6 +50,7 @@ buildPythonPackage rec {
aresponses
pytest-asyncio
pytestCheckHook
syrupy
];
__darwinAllowLocalNetworking = true;