python3Packages.python-zunclient: 5.3.0 -> 5.4.0

This commit is contained in:
R. Ryantm
2026-02-28 16:37:20 +00:00
parent 7fe86dc9ca
commit 9e73d8c211
@@ -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;