Merge pull request #161671 from r-ryantm/auto-update/python3.10-connexion

python310Packages.connexion: 2.11.2 -> 2.12.0
This commit is contained in:
Fabian Affolter 2022-02-24 19:04:07 +01:00 committed by GitHub
commit 6d1dfce44d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "connexion";
version = "2.11.2";
version = "2.12.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "zalando";
repo = pname;
rev = version;
sha256 = "sha256-kFNKRWl/Q8vxIELQURfzCRbVs2JYUwbKro/zKlzNcHU=";
sha256 = "sha256-JMuI3h0Pg7nCXrJtF0fhSFJTOWelEqcvmqv3ooIfkqM=";
};
propagatedBuildInputs = [