summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2012-09-18 09:23:27 +0200
committerPetr Rockai <me@mornfall.net>2012-09-18 09:25:10 +0200
commit0444a83417f8ae42d407c9470c207cac1e76aac5 (patch)
treef691aa51fec2992a8b5b532f76847ef2080ef6bc /pkgs/tools
parent1a89d014976f65f9eb96e8900b67913958015c89 (diff)
downloadnixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.tar
nixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.tar.gz
nixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.tar.bz2
nixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.tar.lz
nixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.tar.xz
nixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.tar.zst
nixpkgs-0444a83417f8ae42d407c9470c207cac1e76aac5.zip
texlive-beamer: 3.07 -> 3.10 (works with texlive 2012 now)
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 851ad0707a1..bf9079ab104 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-2007";
+  name = "texlive-beamer-2012";
   src = fetchurl {
-    url = mirror://debian/pool/main/l/latex-beamer/latex-beamer_3.07.orig.tar.gz;
-    sha256 = "07ldhg5f0hcnhjgzg5g8ailqacn8zhqc8nl2jkxc43c2qxbvswbv";
+    url = mirror://debian/pool/main/l/latex-beamer/latex-beamer_3.10.orig.tar.gz;
+    sha256 = "1vk7nr1lxinyj941nz5xzcpzircd60s8sgmq7jd2gqmf5ynd27nx";
   };
 
   buildInputs = [texLive];