mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.jsonpath-python: 1.1.5 -> 1.1.6
This commit is contained in:
parent
604b7b4b92
commit
c75130cf85
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonpath-python";
|
||||
version = "1.1.5";
|
||||
version = "1.1.6";
|
||||
pyproject = true;
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "jsonpath_python";
|
||||
hash = "sha256-zuou/Z5WrdCTMKLJYx6j1VKXuWGTSMEFXlv7nLC4xTg=";
|
||||
hash = "sha256-3e2ZMrTsQfuHJuCcg6+k5r5hj5OMLbKHzCqBcjxjlnE=";
|
||||
};
|
||||
build-system = [ hatchling ];
|
||||
nativeCheckInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue