org: update from 8.2.7b to 8.2.7c

This commit is contained in:
Pascal Wittmann 2014-07-30 12:14:15 +02:00
parent 9956b97b2f
commit cf744cb715

View file

@ -2,11 +2,11 @@
, texLiveAggregationFun }:
stdenv.mkDerivation rec {
name = "org-8.2.7b";
name = "org-8.2.7c";
src = fetchurl {
url = "http://orgmode.org/${name}.tar.gz";
sha256 = "07hq2q126d967nj7xq46q4mkca5r2rw61bn8d6nzkhksghp8b2v1";
sha256 = "0qqf58xqw1kkgjxm9z40s6h7xd209rx3933klla22lryv3yclc1k";
};
buildInputs = [ emacs ];