python3Packages.jsonschema-spec: 0.3.4 -> 0.4.6 (#515402)

This commit is contained in:
Martin Weinelt
2026-05-01 23:56:13 +00:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "jsonschema-spec";
version = "0.3.4";
version = "0.4.6";
pyproject = true;
src = fetchFromGitHub {
owner = "p1c2u";
repo = "jsonschema-spec";
tag = version;
hash = "sha256-rCepDnVAOEsokKjWCuqDYbGIq6/wn4rsQRx5dXTUsYo=";
hash = "sha256-abAhWtBnZUeg1VGphfnvxPzSnPM6VjM/XKLPJVIrIXg=";
};
postPatch = ''