We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65346d9 + 1f2151d commit c3f9e1dCopy full SHA for c3f9e1d
pkgs/development/python-modules/json-schema-for-humans/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "json-schema-for-humans";
22
- version = "1.3.4";
+ version = "1.4.1";
23
pyproject = true;
24
25
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "coveooss";
29
repo = "json-schema-for-humans";
30
tag = "v${version}";
31
- hash = "sha256-+IvLFejEcu477BNY8F0h4WLqe18f6i2+gXyx/mRHzpI=";
+ hash = "sha256-TmHqKf4/zzw3kImyYvnXsYJB7sL6RRs3vGCl8+Y+4BQ=";
32
};
33
34
postPatch = ''
0 commit comments