Merge pull request #305631 from r-ryantm/auto-update/python311Packages.netutils

python311Packages.netutils: 1.8.0 -> 1.8.1
This commit is contained in:
Weijia Wang 2024-05-04 18:04:32 +02:00 committed by GitHub
commit 69da60c402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = "netutils";
rev = "refs/tags/v${version}";
hash = "sha256-Eqs/YkU2XrjD7x2WgvvR89/Pdi9AW9vhw3alJ8kIDgc=";
hash = "sha256-09SRSzA1RiBhJjq+dlln23myWvXFhr8krsPz7N80JKw=";
};
build-system = [ poetry-core ];