python3Packages.python-jsonpath: 2.0.2 -> 2.1.0

Diff: https://github.com/jg-rp/python-jsonpath/compare/v2.0.2...v2.1.0

Changelog: https://github.com/jg-rp/python-jsonpath/blob/v2.1.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-06-28 21:20:02 -07:00
parent 2df5d1313a
commit 5660de0ab1
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python-jsonpath";
version = "2.0.2";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
@@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = "python-jsonpath";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-eVypnFeqFW2WJfCinWXJulVtxaFpNomK2tZNbmxsxrY=";
hash = "sha256-2AV+X3Vs+pYi3Iv7zy9/nXna5PgrofHmrH0xyaumZWk=";
};
build-system = [ hatchling ];