Skip to content

Commit

Permalink
python312Packages.pytenable: 1.5.1 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 23, 2024
1 parent c93724d commit 227626f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytenable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildPythonPackage rec {
pname = "pytenable";
version = "1.5.1";
version = "1.5.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-xiFpwwlQfhpljRbJeytO3Sjh4ue0cSpKgJ9bqUul7rk=";
hash = "sha256-SGfvaYzqJ+OsJ9sGyR3pgCbEkPondhMQMNrE/r/nIY0=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 227626f

Please sign in to comment.