mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
elpaPackages.gnuplot: 0.7 -> 0.7.2
Manual update as 0.7 breaks evil.
This commit is contained in:
parent
100012e55b
commit
00c01e0630
1 changed files with 4 additions and 4 deletions
|
@ -3236,10 +3236,10 @@
|
||||||
elpaBuild {
|
elpaBuild {
|
||||||
pname = "undo-tree";
|
pname = "undo-tree";
|
||||||
ename = "undo-tree";
|
ename = "undo-tree";
|
||||||
version = "0.7";
|
version = "0.7.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://elpa.gnu.org/packages/undo-tree-0.7.el";
|
url = "https://elpa.gnu.org/packages/undo-tree-0.7.2.el";
|
||||||
sha256 = "0mc5spiqx20z8vh8b24dp9hqj27h5bm5wqk0ga7c6s6mp69r72h4";
|
sha256 = "0gdqh5rkgwlancbjx5whgl5gqkdipdkspkl2bqmrq70sgg5ahrcc";
|
||||||
};
|
};
|
||||||
packageRequires = [];
|
packageRequires = [];
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -3734,4 +3734,4 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue