emacs-smex: 20141210 -> 3.0

This commit is contained in:
Thomas Tuegel 2016-09-26 08:37:28 -05:00
parent 95e49fa304
commit 4e26fff784
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -322,21 +322,6 @@ let
};
};
smex = melpaBuild rec {
pname = "smex";
version = "20141210";
src = fetchFromGitHub {
owner = "nonsequitur";
repo = pname;
rev = "aff8d4485139ac28f1c7e62912c0d0d480995831";
sha256 = "0017f1ji7rxad2n49dhn5g0pmw6lmw80cqk6dynszizj46xpbqfp";
};
meta = {
description = "M-x enhancement for Emacs build on top of Ido";
license = emacs.meta.license; # should be "same as Emacs"
};
};
structured-haskell-mode = melpaBuild rec {
pname = "shm";
version = external.structured-haskell-mode.version;