3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #189669 from r-ryantm/auto-update/python310Packages.python-swiftclient

This commit is contained in:
Sandro 2022-09-04 02:07:57 +02:00 committed by GitHub
commit 07e5eab016
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.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 = [