Merge pull request #100543 from r-ryantm/auto-update/python-swiftclient
swiftclient: 3.9.0 -> 3.10.1
This commit is contained in:
commit
d4cfc29616
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "python-swiftclient";
|
pname = "python-swiftclient";
|
||||||
version = "3.9.0";
|
version = "3.10.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0xx3v5kk8jp352rydy3jxndy1b9kl2zmkj1gi14fjxjc5r4rf82g";
|
sha256 = "0176b17aa14cc2ef82a327dc70b66af670bdb39dcf836896f81269db376932ea";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests six pbr setuptools ];
|
propagatedBuildInputs = [ requests six pbr setuptools ];
|
||||||
|
|
Loading…
Reference in New Issue