Merge pull request #35518 from ryantm/auto-update/auctex-11.90-to-12.1

auctex: 11.90 -> 12.1
This commit is contained in:
Pascal Wittmann 2018-02-26 11:40:34 +01:00 committed by GitHub
commit b63b2b67d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, emacs, texlive, ghostscript }:
let auctex = stdenv.mkDerivation ( rec {
version = "11.90";
version = "12.1";
name = "${pname}-${version}";
# Make this a valid tex(live-new) package;
@ -14,7 +14,7 @@ let auctex = stdenv.mkDerivation ( rec {
src = fetchurl {
url = "mirror://gnu/${pname}/${name}.tar.gz";
sha256 = "13zimbyar3159arrcklmnmjxjvibrjpkac6d53mfv03pwpc2y8rw";
sha256 = "1d2x59jw42hr81fma195bniqyhvp5ig5q0xmywbkcy59f16wlp69";
};
buildInputs = [ emacs texlive.combined.scheme-basic ghostscript ];