Merge pull request #326470 from r-ryantm/auto-update/python312Packages.netutils

python312Packages.netutils: 1.8.1 -> 1.9.0
This commit is contained in:
Fabian Affolter
2024-07-12 15:50:29 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.8.1";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = "netutils";
rev = "refs/tags/v${version}";
hash = "sha256-09SRSzA1RiBhJjq+dlln23myWvXFhr8krsPz7N80JKw=";
hash = "sha256-JPGdxkrbDGdehBviXl851J5da10auu8TDQDBnQzK2uk=";
};
build-system = [ poetry-core ];