python311Packages.python-swiftclient: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm
2024-05-25 04:26:39 +00:00
parent f2493622c4
commit bd60926421
@@ -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