python311Packages.python-openstackclient: 6.5.0 -> 6.6.0

This commit is contained in:
R. Ryantm 2024-03-19 00:24:59 +00:00
parent e0d7b921c6
commit be293f7449

View file

@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "6.5.0";
version = "6.6.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE=";
hash = "sha256-u+8e00gpxBBSsuyiZIDinKH3K+BY0UMNpTQexExPKVw=";
};
nativeBuildInputs = [