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: f2eac6d2f957
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d682bbbd4a68
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 27, 2020

  1. Copy the full SHA
    6e82855 View commit details

Commits on Jan 29, 2020

  1. Merge pull request #78635 from r-ryantm/auto-update/python2.7-lark-pa…

    …rser
    
    python27Packages.lark-parser: 0.7.8 -> 0.8.1
    marsam authored Jan 29, 2020
    Copy the full SHA
    d682bbb 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
@@ -5,13 +5,13 @@

buildPythonPackage rec {
pname = "lark-parser";
version = "0.7.8";
version = "0.8.1";

src = fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = version;
sha256 = "0gd5c3scpyir3h8clhwb5jsf8dkmh1vh7rx8135lkx9fxx01q0az";
sha256 = "1mjicdvrzh9r9q3xrjrzaiaxk04r60a3l6l0vnp1hq3xfc9ccqc8";
};

# tests of Nearley support require js2py