From 8668f7c5f8212b749f93387e549d9b270cc9ddf9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 9 Jul 2026 01:45:51 +0000 Subject: [PATCH] python3Packages.python-jsonpath: 2.1.0 -> 2.2.1 --- pkgs/development/python-modules/python-jsonpath/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-jsonpath/default.nix b/pkgs/development/python-modules/python-jsonpath/default.nix index b800f247eec1..49a8eb5a2ac7 100644 --- a/pkgs/development/python-modules/python-jsonpath/default.nix +++ b/pkgs/development/python-modules/python-jsonpath/default.nix @@ -9,7 +9,7 @@ buildPythonPackage (finalAttrs: { pname = "python-jsonpath"; - version = "2.1.0"; + version = "2.2.1"; pyproject = true; src = fetchFromGitHub { @@ -17,7 +17,7 @@ buildPythonPackage (finalAttrs: { repo = "python-jsonpath"; tag = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-2AV+X3Vs+pYi3Iv7zy9/nXna5PgrofHmrH0xyaumZWk="; + hash = "sha256-7kXDGm+pV0daeMEGW/hVb/U69svLFgZfZKklVgV+EJ4="; }; build-system = [ hatchling ];