Merge pull request #170769 from r-ryantm/auto-update/python310Packages.connexion

python310Packages.connexion: 2.13.0 -> 2.13.1
This commit is contained in:
Fabian Affolter 2022-04-28 16:34:01 +02:00 committed by GitHub
commit de9623ea2c
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.13.0";
version = "2.13.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,8 +30,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "spec-first";
repo = pname;
rev = version;
hash = "sha256-QOxvs2z8AAxQ2oSM/PQ6QTD9G4JomviauLSDjay8HyQ=";
rev = "refs/tags/${version}";
hash = "sha256-nWhrb2oyBue/Q/dAdSgk3K/JXdgLg1xAEbOtCTRYs/M=";
};
propagatedBuildInputs = [