emacs-bbdb: update to version 2.36

This commit is contained in:
Peter Simons 2014-01-21 20:18:27 +01:00
parent 7b2c1b854e
commit c1209b5144

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, emacs, texinfo, ctags}: {stdenv, fetchurl, emacs, texinfo, ctags}:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "bbdb-2.35"; name = "bbdb-2.36";
src = fetchurl { src = fetchurl {
# not using mirror:// because it produces a different file # not using mirror:// because it produces a different file
url = http://bbdb.sourceforge.net/bbdb-2.35.tar.gz; url = "http://bbdb.sourceforge.net/${name}.tar.gz";
sha256 = "3fb1316e2ed74d47ca61187fada550e58797467bd9e8ad67343ed16da769f916"; sha256 = "1rmw94l71ahfbynyy0bijfy488q9bl5ksl4zpvg7j9dbmgbh296r";
}; };
patches = [ ./install-infodir.patch ]; patches = [ ./install-infodir.patch ];
@ -28,8 +28,8 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = "http://bbdb.sourceforge.net/";
description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs"; description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs";
homepage = http://bbdb.sourceforge.net/;
license = "GPL"; license = "GPL";
}; };
} }