From 28ac8afa0bc6324ae35185fb1c54a450116481db Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Wed, 30 Apr 2025 23:52:04 +0200 Subject: [PATCH] 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 --- .../python-modules/python-watcherclient/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-watcherclient/default.nix b/pkgs/development/python-modules/python-watcherclient/default.nix index 6558a7d669f5..d70eb062280c 100644 --- a/pkgs/development/python-modules/python-watcherclient/default.nix +++ b/pkgs/development/python-modules/python-watcherclient/default.nix @@ -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;