Merge pull request #106137 from r-ryantm/auto-update/python-swiftclient

swiftclient: 3.10.1 -> 3.11.0
This commit is contained in:
Sandro 2020-12-07 12:31:05 +01:00 committed by GitHub
commit 813b18a052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "python-swiftclient"; pname = "python-swiftclient";
version = "3.10.1"; version = "3.11.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0176b17aa14cc2ef82a327dc70b66af670bdb39dcf836896f81269db376932ea"; sha256 = "3972f8b1986e60ea786ad01697e6882f331209ae947ef8b795531940f1e0732b";
}; };
propagatedBuildInputs = [ requests six pbr setuptools ]; propagatedBuildInputs = [ requests six pbr setuptools ];