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

python310Packages.json-schema-for-humans: 0.40.2 -> 0.41.1
This commit is contained in:
Fabian Affolter 2022-06-05 17:37:21 +02:00 committed by GitHub
commit f077686808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.40.2";
version = "0.41.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "v${version}";
hash = "sha256-9bHylNG+YT+tZmqE8DJMbhpPPaany29+0sIt1jKmFLg=";
hash = "sha256-JQqoQiug4n1o4PbGT/Ry/Qib11KmaTmkhPtZjhwmpc4=";
};
postPatch = ''