python3Packages.python-zaqarclient: 4.3.0 -> 4.4.0 (#494654)

This commit is contained in:
Nick Cao
2026-02-27 21:51:59 +00:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "python-zaqarclient";
version = "4.3.0";
version = "4.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "python-zaqarclient";
tag = version;
hash = "sha256-AmwICYc7l1LicP47BLS/Eib0NktX0MI24OLnUGtyn20=";
hash = "sha256-bxB6f3HgTPeMkMYg+yEzkgHBkXPb6UMuKBo9XC74O/U=";
};
env.PBR_VERSION = version;