emacsPackages.org: 8.3.2 -> 8.3.3
This commit is contained in:
parent
9948d44b40
commit
b84718c8de
|
@ -1,11 +1,11 @@
|
||||||
{ fetchurl, stdenv, emacs, texinfo, which, texlive }:
|
{ fetchurl, stdenv, emacs, texinfo, which, texlive }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "org-8.3.2";
|
name = "org-8.3.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://orgmode.org/${name}.tar.gz";
|
url = "http://orgmode.org/${name}.tar.gz";
|
||||||
sha256 = "1f3mi1g4s8psfzq8mfbq3sccj7hsxvcfww0gf4337xs6jp8i3s4a";
|
sha256 = "1vhymmd41v7an457xdjhk5zfc4q1x7z64b25rs1ccam5p550cq65";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
|
Loading…
Reference in New Issue