summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorethnh <ethanhindmarsh04@gmail.com>2024-03-28 00:34:55 -0500
committerGitHub <noreply@github.com>2024-03-28 00:34:55 -0500
commit76f721221094831c98c16fb1b23db02cdd7b6ef2 (patch)
treef761fbbd64acf4c54d51b14d40ccb1cec8fd9a6b /pkgs/development/python-modules/python-openstackclient
parent86cc8539732f9f8a98ad6f6e8d2f7e225c72b283 (diff)
parente0188a425eb0b221701e56a5e7b028713ffc7b62 (diff)
Merge branch 'NixOS:master' into master
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix5
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;