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

python310Packages.connexion: 2.11.1 -> 2.11.2
This commit is contained in:
Fabian Affolter 2022-02-19 22:17:44 +01:00 committed by GitHub
commit eb38dbbd32
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.1";
version = "2.11.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "zalando";
repo = pname;
rev = version;
sha256 = "sha256-m/r09VNp/AMssOJH9RKMhPcObGHl9uIAoS1PwrjpKaE=";
sha256 = "sha256-kFNKRWl/Q8vxIELQURfzCRbVs2JYUwbKro/zKlzNcHU=";
};
propagatedBuildInputs = [