python310Packages.openapi-spec-validator: 0.5.5 -> 0.5.6

Diff: https://github.com/p1c2u/openapi-spec-validator/compare/refs/tags/0.5.5...0.5.6

Changelog: https://github.com/p1c2u/openapi-spec-validator/releases/tag/0.5.6
This commit is contained in:
Fabian Affolter 2023-04-28 11:11:19 +02:00
parent 4fb1ee07ff
commit 23c75c674d

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "openapi-spec-validator";
version = "0.5.5";
version = "0.5.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "p1c2u";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t7u0p6V2woqIFsqywv7k5s5pbbnmcn45YnlFWH1PEi4=";
hash = "sha256-BIGHaZhrEc7wcIesBIXdVRzozllCNOz67V+LmQfZ8oY=";
};
nativeBuildInputs = [