emacs-alert: 1.2 -> 1.2

This commit is contained in:
Thomas Tuegel 2016-09-26 07:24:29 -05:00
parent 180741b134
commit 6cc576bbaf
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -151,22 +151,6 @@ let
};
};
alert = melpaBuild rec {
pname = "alert";
version = "1.2";
src = fetchFromGitHub {
owner = "jwiegley";
repo = pname;
rev = "v${version}";
sha256 = "1vpc3q40m6dcrslki4bg725j4kv6c6xfxwjjl1ilg7la49fwwf26";
};
packageRequires = [ gntp log4e ];
meta = {
description = "A Growl-like alerts notifier for Emacs";
license = gpl2Plus;
};
};
anzu = melpaBuild rec {
pname = "anzu";
version = "0.52";