Merge pull request #314486 from r-ryantm/auto-update/python311Packages.python-swiftclient

python311Packages.python-swiftclient: 4.5.0 -> 4.6.0
This commit is contained in:
Sandro 2024-05-25 20:01:23 +02:00 committed by GitHub
commit 6de51d98ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "python-swiftclient";
version = "4.5.0";
version = "4.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-8qCIflo5KXq8BDJRrj+QiRTOFEei+NLcpWcWGGCBQr0=";
hash = "sha256-1NGFQEE4k/wWrYd5HXQPgj92NDXoIS5o61PWDaJjgjM=";
};
# remove duplicate script that will be created by setuptools from the