Skip to content

Commit

Permalink
python312Packages.netutils: 1.8.1 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 12, 2024
1 parent c35a5a8 commit 3b880f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/netutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "netutils";
version = "1.8.1";
version = "1.9.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit 3b880f5

Please sign in to comment.