3
0
Fork 0
forked from mirrors/nixpkgs

org: update from 8.2.8 to 8.2.10

This commit is contained in:
Pascal Wittmann 2014-10-28 12:46:43 +01:00
parent 2900e00ba8
commit 5b542ec902

View file

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