python310Packages.netutils: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2023-09-11 16:34:38 +00:00
parent 2dc458d317
commit e895f7867b
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.5.0";
version = "1.6.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uUw48EBUpEUw+A8wxw3qXrnqmFWQzg/zb+8qAGRSlUw=";
hash = "sha256-ocajE7E4xIatEmv58/9gEpWF2plJdiZXjk6ajD2vTzw=";
};
nativeBuildInputs = [