python312Packages.json-schema-for-humans: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm
2024-08-31 04:42:37 +00:00
parent bf73293a80
commit bec3c7945f
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = "json-schema-for-humans";
rev = "refs/tags/v${version}";
hash = "sha256-SSMUHC4IsMIIhmRrG0ZWNO2MNKKvoBSybmEEibAY5q0=";
hash = "sha256-QMDbuiHfL8JLYJwceyxGR3Zc8+ZBVlCGHOBeH5x4BmQ=";
};
pythonRelaxDeps = [ "dataclasses-json" ];