Updating org-mode to 8.2.1

This commit is contained in:
Pascal Wittmann 2013-10-01 15:52:31 +02:00
parent fca11ef500
commit 296da4bfae

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, emacs, texinfo, which, texLive }:
stdenv.mkDerivation rec {
name = "org-7.9.1";
name = "org-8.2.1";
src = fetchurl {
url = "http://orgmode.org/${name}.tar.gz";
sha256 = "0kz1dnzfpmmslwal150z9rxrnddjpaw2glx26qihpxzs0zzpw201";
sha256 = "625e2b6786158bcf6c43194075f7638ab8048c68a60025289a051c407e467823";
};
buildInputs = [ emacs ];