Unverified Commit 44916cab authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.connexion: 2.14.1 -> 2.14.2
parents 6270862c d7d5ac74
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "connexion";
  version = "2.14.1";
  version = "2.14.2";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "spec-first";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-8nWNFYW4DWAzIAsxgWPXOodlc2tuuGOktNo4N1G1oOc=";
    hash = "sha256-1v1xCHY3ZnZG/Vu9wN/it7rLKC/StoDefoMNs+hMjIs=";
  };

  propagatedBuildInputs = [
@@ -70,6 +70,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Swagger/OpenAPI First framework on top of Flask";
    homepage = "https://github.com/spec-first/connexion";
    changelog = "https://github.com/spec-first/connexion/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ elohmeier ];
  };