python310Packages.json-schema-for-humans: 0.44 -> 0.44.3

Changelog: https://github.com/coveooss/json-schema-for-humans/releases/tag/v0.44.3
This commit is contained in:
Fabian Affolter 2023-02-25 14:24:30 +01:00
parent ac21beda5c
commit 5e0961f6cd

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.44";
version = "0.44.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LsZPf5PVXPSyHNgfBdjH4hG4OFIdSprO5uj3saPDqzo=";
hash = "sha256-qja4mYl8G/t3FqFoVToLo76XthJ4RXF4y6odkPZDoq4=";
};
postPatch = ''