Skip to content

Commit

Permalink
python312Packages.openstacksdk: 4.2.0 -> 4.3.0 (#378443)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Feb 1, 2025
2 parents a6555c2 + 70876d1 commit 54f63d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openstacksdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "openstacksdk";
version = "4.2.0";
version = "4.3.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -35,7 +35,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
hash = "sha256-XLlFDczoBUosr4nYvp5VBX3fohmpVOeBAyJB6ykoBEU=";
hash = "sha256-6NIRsSqBqedjca5O3cqXVh6h/bUEefB3QAz0Ry0q2Jw=";
};

postPatch = ''
Expand Down

0 comments on commit 54f63d5

Please sign in to comment.