summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lout
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-10-15 08:53:11 +0000
committerLudovic Courtès <ludo@gnu.org>2008-10-15 08:53:11 +0000
commitb436bcf2855770ba2ecc8c8cda9d9542f49eb402 (patch)
treeb565dd16b308ea90b0d750b3de23ec5cf3631256 /pkgs/tools/typesetting/lout
parent448452a734eeea2995291b1613f73e2d8127f7a5 (diff)
downloadnixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.tar
nixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.tar.gz
nixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.tar.bz2
nixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.tar.lz
nixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.tar.xz
nixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.tar.zst
nixpkgs-b436bcf2855770ba2ecc8c8cda9d9542f49eb402.zip
Lout 3.38.
svn path=/nixpkgs/trunk/; revision=13074
Diffstat (limited to 'pkgs/tools/typesetting/lout')
-rw-r--r--pkgs/tools/typesetting/lout/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/lout/default.nix b/pkgs/tools/typesetting/lout/default.nix
index f1d6295a617..77f9388b824 100644
--- a/pkgs/tools/typesetting/lout/default.nix
+++ b/pkgs/tools/typesetting/lout/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl, ghostscript}:
 
 stdenv.mkDerivation rec {
-  name = "lout-3.37";
+  name = "lout-3.38";
 
   src = fetchurl {
     urls = [
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
       # XXX: We could add the CTAN mirrors
       # (see http://www.ctan.org/tex-archive/support/lout/).
     ];
-    sha256 = "1a388q7rpv27bvily7ii8sv2brns30g1hh77gq50qc7w0wsli0cc";
+    sha256 = "02nqv99jsps2g3v20piyvaq6lji8v9w8fclkk39ixa5lm1jdqaka";
   };
 
   buildInputs = [ ghostscript ];