about summary refs log tree commit diff
path: root/pkgs/applications/editors/texmacs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-09-04 23:05:57 +0000
committerLudovic Courtès <ludo@gnu.org>2011-09-04 23:05:57 +0000
commit2af4615ea898c47a3b18005c245e341a8875bf5d (patch)
tree1ffb9ef49f6f18ef4bbd80b5bba6206662acc033 /pkgs/applications/editors/texmacs
parent71325e1eba5e6e9dd985175d97d4a2c6220a511a (diff)
GNU TeXmacs 1.0.7.11.
svn path=/nixpkgs/trunk/; revision=29012
Diffstat (limited to 'pkgs/applications/editors/texmacs')
-rw-r--r--pkgs/applications/editors/texmacs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/texmacs/default.nix b/pkgs/applications/editors/texmacs/default.nix
index d765449851ad9..a1f39792225a4 100644
--- a/pkgs/applications/editors/texmacs/default.nix
+++ b/pkgs/applications/editors/texmacs/default.nix
@@ -9,7 +9,7 @@
 
 let 
   pname = "TeXmacs";
-  version = "1.0.7.10";
+  version = "1.0.7.11";
   extraFontsSrc = fetchurl {
     url = "ftp://ftp.texmacs.org/pub/TeXmacs/fonts/TeXmacs-extra-fonts-1.0-noarch.tar.gz";
     sha256 = "0hylgjmd95y9yahbblmawkkw0i71vb145xxv2xqrmff81301n6k7";
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "ftp://ftp.texmacs.org/pub/${pname}/targz/${name}-src.tar.gz";
-    sha256 = "02gqalr775r4xyfy4bq3qq1h3pkarsxjb6ami7lgxfgmyg6ca5kn";
+    sha256 = "0x1r9417dzbrxf785faq1vjszqdj94ig2lzwm8sd92bxcxr6knfa";
   };
 
   buildInputs = [ guile libX11 libXext makeWrapper ghostscriptX freetype ];