mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
python311Packages.python-watcherclient: 4.4.0 -> 4.5.0
https://github.com/openstack/python-watcherclient/compare/4.4.0...4.5.0
This commit is contained in:
parent
cb45976be1
commit
290c4406b2
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-watcherclient";
|
||||
version = "4.4.0";
|
||||
version = "4.5.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -66,7 +66,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "watcherclient" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://opendev.org/openstack/python-watcherclient";
|
||||
homepage = "https://github.com/openstack/python-watcherclient";
|
||||
description = "Client library for OpenStack Watcher API";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "watcher";
|
||||
|
Loading…
Reference in New Issue
Block a user