diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2024-04-04 08:25:51 +0200 |
|---|---|---|
| committer | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2024-04-04 08:25:51 +0200 |
| commit | 537d34da58a8b3e0a6e8ae7c71f257b8890ab53e (patch) | |
| tree | 302dfa3ec5763dbbbf5c0d42ec736d4e57fa08b1 /pkgs/development/python-modules/python-openstackclient | |
| parent | f126a02f2f68cad8e99ab37cd030105ee8189106 (diff) | |
| parent | e52ada4e6beea931c244bf8cc4a75d8a07d62373 (diff) | |
Merge branch 'master' into technitium-dns-server-module
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 79306e4d11ab..9663fce022f1 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "python-openstackclient"; - version = "6.5.0"; + version = "6.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-EvwZNH9rGb/iw28Rx6GEH0FaLufxi5WUE8ISGZe4SVE="; + hash = "sha256-u+8e00gpxBBSsuyiZIDinKH3K+BY0UMNpTQexExPKVw="; }; nativeBuildInputs = [ @@ -59,6 +59,7 @@ buildPythonPackage rec { meta = with lib; { description = "OpenStack Command-line Client"; + mainProgram = "openstack"; homepage = "https://github.com/openstack/python-openstackclient"; license = licenses.asl20; maintainers = teams.openstack.members; |
