From 80333f43eb37bdfa37e99bb47069cbdb8cdcf102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 6 Jan 2026 02:00:02 -0800 Subject: [PATCH] python3Packages.python-jsonpath: 2.0.1 -> 2.0.2 Diff: https://github.com/jg-rp/python-jsonpath/compare/v2.0.1...v2.0.2 Changelog: https://github.com/jg-rp/python-jsonpath/blob/v2.0.2/CHANGELOG.md --- .../python-modules/python-jsonpath/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/python-jsonpath/default.nix b/pkgs/development/python-modules/python-jsonpath/default.nix index fbc94587688a..587425be0b6a 100644 --- a/pkgs/development/python-modules/python-jsonpath/default.nix +++ b/pkgs/development/python-modules/python-jsonpath/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "python-jsonpath"; - version = "2.0.1"; + version = "2.0.2"; pyproject = true; src = fetchFromGitHub { @@ -17,14 +17,7 @@ buildPythonPackage rec { repo = "python-jsonpath"; tag = "v${version}"; fetchSubmodules = true; - preFetch = '' - # can't clone using ssh - # https://github.com/jg-rp/python-jsonpath/pull/122 - export GIT_CONFIG_COUNT=1 - export GIT_CONFIG_KEY_0=url.https://github.com/.insteadOf - export GIT_CONFIG_VALUE_0=git@github.com: - ''; - hash = "sha256-DiXBIo/I36rrn+RCQda+khfViCnzHwiGzK2X9ACF3io="; + hash = "sha256-eVypnFeqFW2WJfCinWXJulVtxaFpNomK2tZNbmxsxrY="; }; build-system = [ hatchling ];