mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
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:
parent
edfc8acaaf
commit
05b5a443ba
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bc-jsonpath-ng";
|
pname = "bc-jsonpath-ng";
|
||||||
version = "1.5.9";
|
version = "1.6.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
owner = "bridgecrewio";
|
owner = "bridgecrewio";
|
||||||
repo = "jsonpath-ng";
|
repo = "jsonpath-ng";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Uho+slKmKkTrcJBKi+9GJv1JrvDrTP4/6uqmMn3qptU=";
|
hash = "sha256-FWP4tzlacAWVXG3YnPwl5MKc12geaCxZ2xyKx9PSarU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user