3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.connexion: 2.14.0 -> 2.14.1
This commit is contained in:
Jonas Heinrich 2022-09-09 13:07:48 +02:00 committed by GitHub
commit 316bba915e
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.14.0";
version = "2.14.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "spec-first";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5+OZvJG68jZZsfOuOqsCUSPLV6vvjk9msJzjsCwo0jw=";
hash = "sha256-8nWNFYW4DWAzIAsxgWPXOodlc2tuuGOktNo4N1G1oOc=";
};
propagatedBuildInputs = [