Merge pull request #286049 from r-ryantm/auto-update/python311Packages.python-openstackclient

python311Packages.python-openstackclient: 6.4.0 -> 6.5.0
This commit is contained in:
Sandro 2024-02-04 23:08:45 +01:00 committed by GitHub
commit 5822070afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "6.4.0";
version = "6.5.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-DGq0AWjqUf7WiBmqJR+CU96aYdrMlt0bZHOfGJ/CGD8=";
hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE=";
};
nativeBuildInputs = [