python3Packages.python-zunclient: 5.3.0 -> 5.4.0 (#495253)

This commit is contained in:
Sandro
2026-02-28 21:27:15 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "python-zunclient";
version = "5.3.0";
version = "5.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "python-zunclient";
tag = version;
hash = "sha256-qBpsahkVZEQwsVcNJFtRSJvvxGITauAJ6Zv8p+70hh0=";
hash = "sha256-Ps4V05obkbiy4dbPBOff3WQ1d502Ie303jAmtatNOdc=";
};
env.PBR_VERSION = version;