summary refs log tree commit diff
path: root/pkgs/applications/editors/texmacs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-10-30 21:44:16 +0000
committerLudovic Courtès <ludo@gnu.org>2010-10-30 21:44:16 +0000
commit94d5ee9410ddc3e12a616d922fc82c9863762ee6 (patch)
tree3fe58f9a9902a82fbe1886e52af04d5f7567b2c4 /pkgs/applications/editors/texmacs
parentd32b86837bd6f993dd5387883a43b0fdb967f541 (diff)
downloadnixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.tar
nixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.tar.gz
nixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.tar.bz2
nixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.tar.lz
nixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.tar.xz
nixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.tar.zst
nixpkgs-94d5ee9410ddc3e12a616d922fc82c9863762ee6.zip
GNU TeXmacs 1.0.7.6.
svn path=/nixpkgs/trunk/; revision=24546
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 e4270ef3f83..5cd4d6684fc 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";
+  version = "1.0.7.6";
   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 = "1jdynapwc4fnp4ff71whq7l2jv0v3zwq2v2w463ppxm9cbi3bm5v";
+    sha256 = "0x4qy3ai9nmz1i90mbqi1n2vgwyllxwmlpllfwcz0fad7yby7msh";
   };
 
   buildInputs = [ guile libX11 libXext makeWrapper ];