Skip to content

Commit

Permalink
Merge pull request NixOS#211887 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.openapi-core

python310Packages.openapi-core: 0.16.4 -> 0.16.5
  • Loading branch information
wegank authored Jan 26, 2023
2 parents 812644a + 18336a3 commit da10a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openapi-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

buildPythonPackage rec {
pname = "openapi-core";
version = "0.16.4";
version = "0.16.5";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "p1c2u";
repo = "openapi-core";
rev = "refs/tags/${version}";
hash = "sha256-16DM9HrptQmj95OOM5XSGIEKzxrCkN3sU/7o8Yh0l6s=";
hash = "sha256-xXSZ9qxjmeIyYIWQubJbJxkXUdOu/WSSBddIWsVaH8k=";
};

postPatch = ''
Expand Down

0 comments on commit da10a8f

Please sign in to comment.