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

python310Packages.json-schema-for-humans: 0.41.6 -> 0.41.8
This commit is contained in:
Fabian Affolter 2022-08-13 10:12:57 +02:00 committed by GitHub
commit cb23b8b5bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.41.6";
version = "0.41.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "v${version}";
hash = "sha256-t5t+tZwhzOHpI2nc69baWtZamEOeouseMuVBnCQyjzQ=";
hash = "sha256-lz08+T8ITsCI0qjcd/JcgXG4o87UjoP1NQa01FJ7fO0=";
};
postPatch = ''