org-mode: update from 8.2.10 to 8.3

This commit is contained in:
Pascal Wittmann 2015-08-05 14:34:37 +02:00
parent cbecbd01f9
commit 3dbdac801c

View file

@ -2,11 +2,11 @@
, texLiveAggregationFun }:
stdenv.mkDerivation rec {
name = "org-8.2.10";
name = "org-8.3";
src = fetchurl {
url = "http://orgmode.org/${name}.tar.gz";
sha256 = "1xm8n8zwr3676rl4pd32k61rd7rimlihhrw5a7r4z7r154c4a2fz";
sha256 = "0yqbl232hfppljz545jbjawwaw7qjdjsq97c0wf0cbkghgpln3wy";
};
buildInputs = [ emacs ];