summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorBirdee <85372418+BirdeeHub@users.noreply.github.com>2025-05-22 04:05:35 -0700
committerGitHub <noreply@github.com>2025-05-22 04:05:35 -0700
commitf81e8e68e5f82be459b4569fb09d9dc43241505d (patch)
tree37149df2568ac99199c8928988b72b14b38ebe81 /pkgs/development/python-modules/python-openstackclient
parentb418b2aa6782f1db0297a8c9ce18b532040fca31 (diff)
parent4a1f05392943474e920b7a4652b7d4a84eb24d5f (diff)
Merge branch 'NixOS:master' into vim_o_exrc_support
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index 84b5c86f627a..f6fc84c87a6d 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -33,13 +33,13 @@
buildPythonPackage rec {
pname = "python-openstackclient";
- version = "7.4.0";
+ version = "8.0.0";
pyproject = true;
src = fetchPypi {
pname = "python_openstackclient";
inherit version;
- hash = "sha256-6BfhGgHLK1FvvZnc5FwJnI5BxD0RuxHmZycDqDhEnZ8=";
+ hash = "sha256-W3peBok/gztdKW0BnFDULHNo43dI7mvo6bFWVbmZQk4=";
};
build-system = [
@@ -107,6 +107,6 @@ buildPythonPackage rec {
mainProgram = "openstack";
homepage = "https://github.com/openstack/python-openstackclient";
license = licenses.asl20;
- maintainers = teams.openstack.members;
+ teams = [ teams.openstack ];
};
}