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

python310Packages.python-swiftclient: 4.3.0 -> 4.4.0
This commit is contained in:
OTABI Tomoya 2023-09-04 16:05:06 +09:00 committed by GitHub
commit b7de3c8f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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