swiftclient: 3.10.1 -> 3.11.0

This commit is contained in:
R. RyanTM 2020-12-07 04:44:24 +00:00
parent b18ce5c1c9
commit 0a193e0a6d

View file

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