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

python310Packages.python-swiftclient: 4.1.0 -> 4.2.0
This commit is contained in:
Sandro
2023-02-23 15:07:58 +01:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-swiftclient";
version = "4.1.0";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-+CKY5KSPfL3WgPJjjIXRynrhp27b4wA20htM16KcCes=";
hash = "sha256-o/Ynzp+1S1fTD9tB3DBb1eYFM+62mueeSWrU7F6EjIU=";
};
nativeBuildInputs = [