python3Packages.jsonschema-path: 0.4.5 -> 0.4.6

Diff: https://github.com/p1c2u/jsonschema-path/compare/0.4.5...0.4.6

Changelog: https://github.com/p1c2u/jsonschema-path/releases/tag/0.4.6
This commit is contained in:
Robert Schütz
2026-05-01 09:02:38 -07:00
parent 6ba2db6316
commit b77f8c634b
@@ -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 ];