Merge pull request #218246 from fabaff/json-schema-for-humans-bump

python310Packages.json-schema-for-humans: 0.44 -> 0.44.3
This commit is contained in:
Fabian Affolter
2023-02-25 17:13:16 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.44";
version = "0.44.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LsZPf5PVXPSyHNgfBdjH4hG4OFIdSprO5uj3saPDqzo=";
hash = "sha256-qja4mYl8G/t3FqFoVToLo76XthJ4RXF4y6odkPZDoq4=";
};
postPatch = ''