org: update from 8.2.7 to 8.2.7b

This commit is contained in:
Pascal Wittmann 2014-07-17 12:19:22 +02:00
parent 58485aa2c7
commit 70caf388eb

View file

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