Skip to content

Commit

Permalink
Merge pull request #279223 from Stunkymonkey/jsonpath-rw-normalize
Browse files Browse the repository at this point in the history
python311Packages.jsonpath-rw: rename from jsonpath_rw
  • Loading branch information
NickCao authored Jan 7, 2024
2 parents 4f372dc + eeb4e57 commit ee3de8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ mapAliases ({
jinja2_pluralize = jinja2-pluralize; # added 2023-11-01
jinja2_time = jinja2-time; # added 2022-11-07
JPype1 = jpype1; # added 2023-02-19
jsonpath_rw = jsonpath-rw; # added 2024-01-06
jsonschema_3 = throw "jsonschema 3 is neither the latest version nor needed inside nixpkgs anymore"; # added 2023-06-28
jupyter_client = jupyter-client; # added 2021-10-15
jupyter_console = jupyter-console; # added 2023-07-31
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5872,7 +5872,7 @@ self: super: with self; {

jsonpath = callPackage ../development/python-modules/jsonpath { };

jsonpath_rw = callPackage ../development/python-modules/jsonpath_rw { };
jsonpath-rw = callPackage ../development/python-modules/jsonpath-rw { };

jsonpath-ng = callPackage ../development/python-modules/jsonpath-ng { };

Expand Down

0 comments on commit ee3de8f

Please sign in to comment.