Skip to content

Commit bdcaec1

Browse files
Merge pull request NixOS#281106 from r-ryantm/auto-update/python311Packages.python-keystoneclient
2 parents 0a9de2c + 2e3798a commit bdcaec1

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)