python311Packages.python-swiftclient: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2024-03-01 11:39:39 +00:00
parent 09c1497ce5
commit 0e0e32e14d

View File

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