python310Packages.python-swiftclient: 4.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm 2022-07-15 17:01:44 +00:00
parent 15edb27dd5
commit a13ce91efd

View File

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