Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43311f45c71b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd1a00cfceb0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 2, 2019

  1. python37Packages.lark-parser: 0.7.0 -> 0.7.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-lark-parser/versions
    r-ryantm committed Jun 2, 2019
    Copy the full SHA
    fbf1413 View commit details
  2. Merge pull request #62531 from r-ryantm/auto-update/python3.7-lark-pa…

    …rser
    
    python37Packages.lark-parser: 0.7.0 -> 0.7.1
    marsam authored Jun 2, 2019
    Copy the full SHA
    cd1a00c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/lark-parser/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/lark-parser/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

buildPythonPackage rec {
pname = "lark-parser";
version = "0.7.0";
version = "0.7.1";

src = fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = version;
sha256 = "1zynj09w361yvbxr4hir681dfnlq1hzniws9dzgmlkvd6jnhjgx3";
sha256 = "17h7s0yc8jyjmlcwsaw93ijl982ws3p8nxif2dc3rv01dqhf0xx1";
};

# tests of Nearley support require js2py