python312Packages.python-watcherclient: 4.5.0 -> 4.8.0

Diff: https://github.com/openstack/python-watcherclient/compare/refs/tags/4.5.0...refs/tags/4.8.0
This commit is contained in:
Anthony ROUSSEL
2025-05-02 13:55:23 +02:00
parent 9bd58526cb
commit 28ac8afa0b
@@ -19,16 +19,16 @@
buildPythonPackage rec {
pname = "python-watcherclient";
version = "4.5.0";
version = "4.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "openstack";
repo = "python-watcherclient";
tag = version;
hash = "sha256-lDdiZKaeteKZEyfjpBx8KY+0FLFOYAnQXl0pTbqq0Ss=";
hash = "sha256-ZwMsLXqfRw/qJ71B/WcLkK9TGX77GLiy/nLE7kRD1Xg=";
};
env.PBR_VERSION = version;