about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2013-12-31 18:46:48 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-01-05 09:00:25 -0600
commit17d02b49e31c96600aada208f5ca68c191d58956 (patch)
tree4f0d83feac827893b5ab1512942162379c7ee0a5 /pkgs/tools
parent522a835743064e353f13d31d7cc5ffc8158cbecb (diff)
downloadnixlib-17d02b49e31c96600aada208f5ca68c191d58956.tar
nixlib-17d02b49e31c96600aada208f5ca68c191d58956.tar.gz
nixlib-17d02b49e31c96600aada208f5ca68c191d58956.tar.bz2
nixlib-17d02b49e31c96600aada208f5ca68c191d58956.tar.lz
nixlib-17d02b49e31c96600aada208f5ca68c191d58956.tar.xz
nixlib-17d02b49e31c96600aada208f5ca68c191d58956.tar.zst
nixlib-17d02b49e31c96600aada208f5ca68c191d58956.zip
texlive-beamer: bump to version 3.24
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/beamer.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/beamer.nix b/pkgs/tools/typesetting/tex/texlive/beamer.nix
index bf9079ab1046..4cb03e7d2c54 100644
--- a/pkgs/tools/typesetting/tex/texlive/beamer.nix
+++ b/pkgs/tools/typesetting/tex/texlive/beamer.nix
@@ -1,9 +1,9 @@
 args: with args;
 rec {
-  name = "texlive-beamer-2012";
+  name = "texlive-beamer-2013";
   src = fetchurl {
-    url = mirror://debian/pool/main/l/latex-beamer/latex-beamer_3.10.orig.tar.gz;
-    sha256 = "1vk7nr1lxinyj941nz5xzcpzircd60s8sgmq7jd2gqmf5ynd27nx";
+    url = mirror://debian/pool/main/l/latex-beamer/latex-beamer_3.24.orig.tar.gz;
+    sha256 = "0rzjlbs67kzmvlh7lwga4yxgddvrvfkkhhx1ajdn4lqy2w9zxiv8";
   };
 
   buildInputs = [texLive];