python3Packages.python-zunclient: 5.2.1 -> 5.3.0 (#441274)

This commit is contained in:
Nick Cao
2025-09-08 17:05:40 -04:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-zunclient";
version = "5.2.1";
version = "5.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "openstack";
repo = "python-zunclient";
tag = version;
hash = "sha256-YdE5a/qm91Nv2TW9pot9sn5GwvnFuqPCgiuLF6O7reA=";
hash = "sha256-qBpsahkVZEQwsVcNJFtRSJvvxGITauAJ6Zv8p+70hh0=";
};
env.PBR_VERSION = version;