We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a2d8c3 + ba5bba3 commit 2c8d3f4Copy full SHA for 2c8d3f4
pkgs/development/python-modules/netutils/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "netutils";
17
- version = "1.12.0";
+ version = "1.13.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "networktocode";
24
repo = "netutils";
25
tag = "v${version}";
26
- hash = "sha256-LslE/ROfr/2gU5VPiLKgaTxd4miM+Bvrh9OdY06zkr0=";
+ hash = "sha256-lUtxTzL3nkdICvTKozdnyx1wtwE4xwY7mcUqv3Wgw3Y=";
27
};
28
29
build-system = [ poetry-core ];
0 commit comments