python3Packages.jsonschema-spec: 0.3.4 -> 0.4.6

This commit is contained in:
R. Ryantm
2026-05-01 12:09:29 +00:00
parent 27c716e17c
commit d2f7c308c9
@@ -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 = ''