Skip to content

Commit ba5bba3

Browse files
committed
1 parent 56f90eb commit ba5bba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/netutils/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "netutils";
17-
version = "1.12.0";
17+
version = "1.13.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "networktocode";
2424
repo = "netutils";
2525
tag = "v${version}";
26-
hash = "sha256-LslE/ROfr/2gU5VPiLKgaTxd4miM+Bvrh9OdY06zkr0=";
26+
hash = "sha256-lUtxTzL3nkdICvTKozdnyx1wtwE4xwY7mcUqv3Wgw3Y=";
2727
};
2828

2929
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)