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

python310Packages.python-swiftclient: 4.0.0 -> 4.0.1
This commit is contained in:
Sandro 2022-07-15 21:46:36 +02:00 committed by GitHub
commit d32dfb5e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [