elpa-packages: 2016-12-12

This commit is contained in:
Michael Alan Dorman 2016-12-12 13:00:02 -05:00
parent 146126e39a
commit 7a25ceade1

@ -967,6 +967,19 @@
license = lib.licenses.free;
};
}) {};
json-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild {
pname = "json-mode";
version = "0.1";
src = fetchurl {
url = "https://elpa.gnu.org/packages/json-mode-0.1.el";
sha256 = "025bwpx7nc1qhdyf2yaqjdr6x1qr6q45776yvy427xdh4nbk054l";
};
packageRequires = [ emacs ];
meta = {
homepage = "https://elpa.gnu.org/packages/json-mode.html";
license = lib.licenses.free;
};
}) {};
jumpc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild {
pname = "jumpc";
version = "3.0";