Skip to content

Commit c3f9e1d

Browse files
authored
python3Packages.json-schema-for-humans: 1.3.4 -> 1.4.1 (#405739)
2 parents 65346d9 + 1f2151d commit c3f9e1d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/json-schema-for-humans

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/json-schema-for-humans/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "json-schema-for-humans";
22-
version = "1.3.4";
22+
version = "1.4.1";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "coveooss";
2929
repo = "json-schema-for-humans";
3030
tag = "v${version}";
31-
hash = "sha256-+IvLFejEcu477BNY8F0h4WLqe18f6i2+gXyx/mRHzpI=";
31+
hash = "sha256-TmHqKf4/zzw3kImyYvnXsYJB7sL6RRs3vGCl8+Y+4BQ=";
3232
};
3333

3434
postPatch = ''

0 commit comments

Comments
 (0)