Fabian Affolter
2024-11-07 19:04:55 +01:00
committed by Martin Weinelt
parent efe25a55ef
commit 53a2c709fa
@@ -8,11 +8,12 @@
pytestCheckHook,
pythonOlder,
setuptools,
propcache,
}:
buildPythonPackage rec {
pname = "cached-ipaddress";
version = "0.6.0";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "cached-ipaddress";
rev = "refs/tags/v${version}";
hash = "sha256-wF5GBQCmKHo3sX4lYA9/wS69x4fFNNh08VG3qMp9UKs=";
hash = "sha256-VD5z9lKECglx77VYDUeI4iD6mbncSutSlavxY+f3OVo=";
};
build-system = [
@@ -30,6 +31,8 @@ buildPythonPackage rec {
setuptools
];
dependencies = [ propcache ];
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook