python3Packages.jsonpath-python: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm 2026-05-12 19:09:58 +00:00
commit c75130cf85

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 = [