summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-24 19:38:22 +0000
committerJon <jonringer@users.noreply.github.com>2020-10-24 23:17:49 -0700
commit294812126182addd0ebcc223c6e209f7dcdb33f7 (patch)
treec71fef49be45229a97595ca68ff4e87dbccc46ae
parentb8e5d1387856bbf3198755b940852588e9e4917a (diff)
auctex: 12.2 -> 12.3
-rw-r--r--pkgs/tools/typesetting/tex/auctex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/tex/auctex/default.nix b/pkgs/tools/typesetting/tex/auctex/default.nix
index ccb5dcc51907..38a333132492 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 = "12.2";
+ version = "12.3";
# Make this a valid tex(live-new) package;
# the pkgs attribute is provided with a hack below.
@@ -13,7 +13,7 @@ let auctex = stdenv.mkDerivation ( rec {
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
- sha256 = "14vqs08mkfzc91jg7kabs9sdn74vywj8a29gyrfa3ivnm9c7jrsr";
+ sha256 = "1pd99hbhci3l1n0lmzn803svqwl47kld6172gwkwjmwlnqqgxm1g";
};
buildInputs = [ emacs texlive.combined.scheme-basic ghostscript ];