python3Packages.python-watcherclient: 4.8.0 -> 4.9.0 (#440610)

Sandro 24c4ac0b 84e2411f

Changed files
+2 -2
pkgs
development
python-modules
python-watcherclient
+2 -2
pkgs/development/python-modules/python-watcherclient/default.nix
···
buildPythonPackage rec {
pname = "python-watcherclient";
-
version = "4.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "openstack";
repo = "python-watcherclient";
tag = version;
-
hash = "sha256-ZwMsLXqfRw/qJ71B/WcLkK9TGX77GLiy/nLE7kRD1Xg=";
};
env.PBR_VERSION = version;
···
buildPythonPackage rec {
pname = "python-watcherclient";
+
version = "4.9.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "openstack";
repo = "python-watcherclient";
tag = version;
+
hash = "sha256-ik//J9R9F4SCljexijcfXuSbDgDUNnMTqfpxIPd2Jm8=";
};
env.PBR_VERSION = version;