python3Packages.openapi-spec-validator: 0.5.1 -> 0.5.5

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:33 +01:00
parent a6940a1844
commit b4640b9149

View File

@ -22,15 +22,15 @@
buildPythonPackage rec {
pname = "openapi-spec-validator";
version = "0.5.1";
version = "0.5.5";
format = "pyproject";
# no tests via pypi sdist
src = fetchFromGitHub {
owner = "p1c2u";
repo = pname;
rev = version;
hash = "sha256-8VhD57dNG0XrPUdcq39GEfHUAgdDwJ8nv+Lp57OpTLg=";
rev = "refs/tags/${version}";
hash = "sha256-t7u0p6V2woqIFsqywv7k5s5pbbnmcn45YnlFWH1PEi4=";
};
nativeBuildInputs = [