From abb28a409c8e90b519d87b2bec67c3ea416319bc Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Wed, 11 Jan 2017 10:46:21 +0100 Subject: [PATCH] auctex: 11.89 -> 11.90 See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00003.html for release announcement --- pkgs/tools/typesetting/tex/auctex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/typesetting/tex/auctex/default.nix b/pkgs/tools/typesetting/tex/auctex/default.nix index b910be76b85..a0c6a66634b 100644 --- a/pkgs/tools/typesetting/tex/auctex/default.nix +++ b/pkgs/tools/typesetting/tex/auctex/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, emacs, texlive, ghostscript }: let auctex = stdenv.mkDerivation ( rec { - version = "11.89"; + version = "11.90"; 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 = "1cf9fkkmzjxa4jvk6c01zgxdikr4zzb5pcx8i4r0hwdk0xljkbwq"; + sha256 = "13zimbyar3159arrcklmnmjxjvibrjpkac6d53mfv03pwpc2y8rw"; }; buildInputs = [ emacs texlive.combined.scheme-basic ghostscript ];