Merge pull request #312363 from r-ryantm/auto-update/python311Packages.json-schema-for-humans

python311Packages.json-schema-for-humans: 1.0.1 -> 1.0.2
This commit is contained in:
Fabian Affolter 2024-05-17 10:25:28 +02:00 committed by GitHub
commit 2296219dee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = "json-schema-for-humans";
rev = "refs/tags/v${version}";
hash = "sha256-ZlGIttfFOL4uLgzXIFvmyFDGrm8/Vr94QaFSn4/5ITI=";
hash = "sha256-SSMUHC4IsMIIhmRrG0ZWNO2MNKKvoBSybmEEibAY5q0=";
};
pythonRelaxDeps = [ "dataclasses-json" ];