python3Packages.python-zaqarclient: 4.0.0 -> 4.1.0

R. Ryantm 389aa534 0ab631ca

Changed files
+2 -2
pkgs
development
python-modules
python-zaqarclient
+2 -2
pkgs/development/python-modules/python-zaqarclient/default.nix
···
buildPythonPackage rec {
pname = "python-zaqarclient";
-
version = "4.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "openstack";
repo = "python-zaqarclient";
tag = version;
-
hash = "sha256-oqfD9+9xNYAEjCy3DvpHOF9PeRGnwo7flpFQCSnpt7g=";
};
env.PBR_VERSION = version;
···
buildPythonPackage rec {
pname = "python-zaqarclient";
+
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "openstack";
repo = "python-zaqarclient";
tag = version;
+
hash = "sha256-JzZc2g1L7Z26EcAIj5TIkle4WPut9YH6+wDUo4nYjyw=";
};
env.PBR_VERSION = version;