Fabian Affolter
2025-01-10 12:46:40 +01:00
parent 51bbe97916
commit d91fa5989f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.10.0";
version = "1.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = "netutils";
tag = "v${version}";
hash = "sha256-VhX0KDlGf0J6fiO1RzOoqJ4WMDM8Bb2+lYYMlgQ9nkc=";
hash = "sha256-LslE/ROfr/2gU5VPiLKgaTxd4miM+Bvrh9OdY06zkr0=";
};
build-system = [ poetry-core ];