python3Packages.json-schema-for-humans: 0.39.5 -> 0.40

This commit is contained in:
Fabian Affolter 2022-02-12 12:20:10 +01:00
parent 9c48a35157
commit 9dbdba49c8

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.39.5";
version = "0.40";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "v${version}";
hash = "sha256-gaholnLO5oIQaXgliuvlU2MfpjiCMgAPplOPgvMYim8=";
hash = "sha256-H0jvOnrWE4/xxRYNehshHBRNc/qLX1+sCV7O1ACCdew=";
};
nativeBuildInputs = [