[Backport release-26.05] python3Packages.jsonpath-python: 1.1.5 -> 1.1.6 (#536533)

This commit is contained in:
Sandro 2026-06-29 14:09:58 +00:00 committed by GitHub
commit 6252f026d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "jsonpath-python";
version = "1.1.5";
version = "1.1.6";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "jsonpath_python";
hash = "sha256-zuou/Z5WrdCTMKLJYx6j1VKXuWGTSMEFXlv7nLC4xTg=";
hash = "sha256-3e2ZMrTsQfuHJuCcg6+k5r5hj5OMLbKHzCqBcjxjlnE=";
};
build-system = [ hatchling ];
nativeCheckInputs = [