Skip to content

Commit 2e3798a

Browse files
committed
python311Packages.python-keystoneclient: 5.2.0 -> 5.3.0
1 parent bcba1b0 commit 2e3798a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/python-keystoneclient

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "python-keystoneclient";
18-
version = "5.2.0";
18+
version = "5.3.0";
1919
format = "setuptools";
2020

2121
disabled = pythonOlder "3.8";
2222

2323
src = fetchPypi {
2424
inherit pname version;
25-
hash = "sha256-cqQsOGniEouwxiashWw9vz447xbX6F3TVWe4LNJFOak=";
25+
hash = "sha256-vF53GfQVZCXex311w6eZGOPQtRk3ihbY1++ohJ5MKnk=";
2626
};
2727

2828
propagatedBuildInputs = [

0 commit comments

Comments
 (0)