python3Packages.jsonpath-python: 1.1.4 -> 1.1.5 (#502344)

This commit is contained in:
Nick Cao
2026-03-23 20:37:29 +00:00
committed by GitHub
@@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "jsonpath-python";
version = "1.1.4";
version = "1.1.5";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "jsonpath_python";
hash = "sha256-uz4ThU5IB8B4oVA64th8IRuL/02bQLZFXtWDs7UKf90=";
hash = "sha256-zuou/Z5WrdCTMKLJYx6j1VKXuWGTSMEFXlv7nLC4xTg=";
};
build-system = [ hatchling ];
nativeCheckInputs = [