python311Packages.bc-jsonpath-ng: 1.5.9 -> 1.6.1

Diff: https://github.com/bridgecrewio/jsonpath-ng/compare/refs/tags/1.5.9...1.6.1
This commit is contained in:
Fabian Affolter 2023-11-29 10:34:06 +01:00
parent edfc8acaaf
commit 05b5a443ba

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "bc-jsonpath-ng";
version = "1.5.9";
version = "1.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "jsonpath-ng";
rev = "refs/tags/${version}";
hash = "sha256-Uho+slKmKkTrcJBKi+9GJv1JrvDrTP4/6uqmMn3qptU=";
hash = "sha256-FWP4tzlacAWVXG3YnPwl5MKc12geaCxZ2xyKx9PSarU=";
};
propagatedBuildInputs = [