python310Packages.python-swiftclient: 4.0.1 -> 4.1.0

This commit is contained in:
R. Ryantm 2022-09-03 23:54:49 +00:00
parent 73ff5d3db3
commit cec4884ad3

View File

@ -12,14 +12,14 @@
buildPythonApplication rec {
pname = "python-swiftclient";
version = "4.0.1";
version = "4.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-O2jHNpnF+8OKzXtvEUPWmSOz+vcQ82XZd6QQS9kni/8=";
hash = "sha256-+CKY5KSPfL3WgPJjjIXRynrhp27b4wA20htM16KcCes=";
};
nativeBuildInputs = [