python311Packages.python-openstackclient: 6.3.0 -> 6.4.0

This commit is contained in:
R. Ryantm
2024-01-22 09:34:22 +00:00
parent 5836514c53
commit 0fa1f3cea5
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "6.3.0";
version = "6.4.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-m6C9+NAwh+WFtAqNzEKc673V/ewkwdYKECv58zEyDfE=";
hash = "sha256-DGq0AWjqUf7WiBmqJR+CU96aYdrMlt0bZHOfGJ/CGD8=";
};
nativeBuildInputs = [