emacsPackagesNg: remove old version of seq

Fixes #17299.
This commit is contained in:
Thomas Tuegel 2016-07-27 20:48:58 -05:00
parent 44211b10b2
commit 8940d740b5

View File

@ -1469,21 +1469,6 @@ let
};
};
seq = melpaBuild rec {
pname = "seq";
version = "1.11";
src = fetchFromGitHub {
owner = "NicolasPetton";
repo = "${pname}.el";
rev = version;
sha256 = "18ydaz2y5n7h4wr0dx2k9qbxl0mc50qfwk52ma4amk8nmm1bjwgc";
};
meta = {
description = "Sequence manipulation library for Emacs";
license = gpl3Plus; # probably
};
};
shorten = melpaBuild rec {
pname = "shorten";
version = circe.version;