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

python311Packages.json-schema-for-humans: 0.44.5 -> 0.44.6
This commit is contained in:
Fabian Affolter
2023-07-15 09:32:47 +02:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.44.5";
version = "0.44.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+RsJdlGMrjW2GFFLUcQBMwBnBlhST0knCleh2e3d10A=";
hash = "sha256-Sxk6n+ufTR0ZoGzLQWbriHYyXTCBz39Ls3UkfGr4kOw=";
};
postPatch = ''