summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJon <jonringer@users.noreply.github.com>2020-03-30 22:35:55 -0700
committerGitHub <noreply@github.com>2020-03-30 22:35:55 -0700
commit1b6e225f63c2e1cb31b6a2b5c1557474827120dc (patch)
treef886f34461435550d884bebf8cc83ca65fb697fa /pkgs
parent4c3c03eb56a1d935850a79b12e7930c56ec219e7 (diff)
parent2cc64684d0709fde671e25c4e0310e216abb51c8 (diff)
Merge pull request #83831 from r-ryantm/auto-update/python-swiftclient
swiftclient: 3.6.0 -> 3.9.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/swiftclient/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/swiftclient/default.nix b/pkgs/tools/admin/swiftclient/default.nix
index 788a64f928a4..91860d2df08e 100644
--- a/pkgs/tools/admin/swiftclient/default.nix
+++ b/pkgs/tools/admin/swiftclient/default.nix
@@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "python-swiftclient";
- version = "3.6.0";
+ version = "3.9.0";
src = fetchPypi {
inherit pname version;
- sha256 = "0sv6z72zdwzwdjng0djk3l2maryn9pz3khf69yq5ig2ycz8hh0qv";
+ sha256 = "0xx3v5kk8jp352rydy3jxndy1b9kl2zmkj1gi14fjxjc5r4rf82g";
};
propagatedBuildInputs = [ requests six pbr setuptools ];
@@ -24,7 +24,7 @@ buildPythonApplication rec {
doCheck = false;
meta = with lib; {
- homepage = https://github.com/openstack/python-swiftclient;
+ homepage = "https://github.com/openstack/python-swiftclient";
description = "Python bindings to the OpenStack Object Storage API";
license = licenses.asl20;
maintainers = with maintainers; [ c0deaddict ];