esrap-peg: 20131029 -> 20170320
This commit is contained in:
parent
011c907383
commit
739ecca4b5
@ -8,13 +8,13 @@ let lispPackages = rec {
|
|||||||
|
|
||||||
esrap-peg = buildLispPackage rec {
|
esrap-peg = buildLispPackage rec {
|
||||||
baseName = "esrap-peg";
|
baseName = "esrap-peg";
|
||||||
version = "git-20131029";
|
version = "git-20170320";
|
||||||
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
|
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
|
||||||
deps = with pkgs.quicklispPackages; [alexandria cl-unification esrap iterate];
|
deps = with pkgs.quicklispPackages; [alexandria cl-unification esrap iterate];
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://github.com/fb08af68/esrap-peg.git";
|
url = "https://github.com/fb08af68/esrap-peg.git";
|
||||||
sha256 = "48e616a697aca95e90e55052fdc9a7f96bf29b3208b1b4012fcd3189c2eceeb1";
|
sha256 = "15yiial7cy2nbgszqxd26qqcc6n3pw5qlrppzx0mfr3xbd9pvzby";
|
||||||
rev = ''1f2f21e32e618f71ed664cdc5e7005f8b6b0f7c8'';
|
rev = ''5a559b0030ecbf5e14cb070b0dc240535faa3402'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user