svn path=/nixpkgs/trunk/; revision=25484
This commit is contained in:
Ludovic Courtès 2011-01-10 09:55:28 +00:00
parent 52eb2ed976
commit 7c88378532

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, emacs, texinfo, which }: { fetchurl, stdenv, emacs, texinfo, which }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "org-7.01f"; name = "org-7.4";
src = fetchurl { src = fetchurl {
url = "http://orgmode.org/${name}.tar.gz"; url = "http://orgmode.org/${name}.tar.gz";
sha256 = "1db7s57g8gh8w0464n18lxpcz270x9ns63b2blhkz8wrdnk57fia"; sha256 = "0fpzfq6jynggyw62ai1cjvdmik9jnglfwrwj3nwcmy3g8j8i86fg";
}; };
buildInputs = [ emacs texinfo ]; buildInputs = [ emacs texinfo ];