python311Packages.python-openstackclient: 6.4.0 -> 6.5.0

This commit is contained in:
R. Ryantm
2024-02-03 11:18:31 +00:00
parent 8f2659f142
commit deed38efda
@@ -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 = [