Skip to content

Commit

Permalink
python310Packages.connexion: 2.14.0 -> 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jsoo1 committed Jul 12, 2023
1 parent e2737ef commit b2b6c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/connexion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

disabled = pythonOlder "3.6";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "spec-first";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5+OZvJG68jZZsfOuOqsCUSPLV6vvjk9msJzjsCwo0jw=";
hash = "sha256-8nWNFYW4DWAzIAsxgWPXOodlc2tuuGOktNo4N1G1oOc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b2b6c07

Please sign in to comment.