Skip to content

Commit 54f63d5

Browse files
python312Packages.openstacksdk: 4.2.0 -> 4.3.0 (NixOS#378443)
2 parents a6555c2 + 70876d1 commit 54f63d5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/openstacksdk

1 file changed

+2
-2
lines changed

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

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

2424
buildPythonPackage rec {
2525
pname = "openstacksdk";
26-
version = "4.2.0";
26+
version = "4.3.0";
2727
pyproject = true;
2828

2929
disabled = pythonOlder "3.8";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535

3636
src = fetchPypi {
3737
inherit pname version;
38-
hash = "sha256-XLlFDczoBUosr4nYvp5VBX3fohmpVOeBAyJB6ykoBEU=";
38+
hash = "sha256-6NIRsSqBqedjca5O3cqXVh6h/bUEefB3QAz0Ry0q2Jw=";
3939
};
4040

4141
postPatch = ''

0 commit comments

Comments
 (0)