Skip to content

Commit 062c50d

Browse files
python312Packages.python-novaclient: 18.7.0 -> 18.8.0 (NixOS#374470)
2 parents e2c2f02 + 5396e99 commit 062c50d

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/python-novaclient

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "python-novaclient";
25-
version = "18.7.0";
25+
version = "18.8.0";
2626
pyproject = true;
2727

28-
disabled = pythonOlder "3.8";
28+
disabled = pythonOlder "3.9";
2929

3030
src = fetchPypi {
3131
inherit pname version;
32-
hash = "sha256-lMrQ8PTBYc7VKl7NhdE0/Wc7mX2nGUoDHAymk0Q0Cw0=";
32+
hash = "sha256-ZtDYHe5pvcaTfMo7h4Jh8YNJWcYHiRUnp4knoBzqiAA=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)