Skip to content

Commit

Permalink
python310Packages.openapi-core: 0.16.4 -> 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 21, 2023
1 parent c6916a1 commit 18336a3
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 18336a3

Please sign in to comment.