python3Packages.jsonschema-path: 0.4.5 -> 0.4.6 (#515522)

This commit is contained in:
dotlambda
2026-05-03 16:01:35 +00:00
committed by GitHub

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "jsonschema-path";
version = "0.4.5";
version = "0.4.6";
pyproject = true;
src = fetchFromGitHub {
owner = "p1c2u";
repo = "jsonschema-path";
tag = version;
hash = "sha256-xDNWQddw4ftq762EPvTjyXUEsyRfgs2ffeKVgbWVUs4=";
hash = "sha256-abAhWtBnZUeg1VGphfnvxPzSnPM6VjM/XKLPJVIrIXg=";
};
build-system = [ poetry-core ];