From 8edf4f1896e53a40c3c00598943d665e677c5198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 9 May 2010 12:46:22 +0000 Subject: [PATCH] GNU Emacs 23.2. svn path=/nixpkgs/trunk/; revision=21680 --- pkgs/applications/editors/emacs-23/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/emacs-23/default.nix b/pkgs/applications/editors/emacs-23/default.nix index 866baa41ee80..a33dd29ce1bb 100644 --- a/pkgs/applications/editors/emacs-23/default.nix +++ b/pkgs/applications/editors/emacs-23/default.nix @@ -18,13 +18,13 @@ assert xftSupport -> libXft != null && libpng != null; # libpng = probably a bug assert stdenv.system == "i686-darwin" -> xawSupport; # fails to link otherwise stdenv.mkDerivation rec { - name = "emacs-23.1"; + name = "emacs-23.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://gnu/emacs/${name}.tar.bz2"; - sha256 = "076b4ixdp29l4c02bwic26d14gxlj0lcqyam33wyj3ksgi2z8d9b"; + sha256 = "1i96hp91s86jawrqjhfxm5y2sjxizv99009128b4bh06bgx6dm7z"; }; buildInputs = [