summary refs log tree commit diff
path: root/pkgs/applications/editors/texmacs
diff options
context:
space:
mode:
authorRussell O'Connor <roconnor@theorem.ca>2011-02-03 16:23:05 +0000
committerRussell O'Connor <roconnor@theorem.ca>2011-02-03 16:23:05 +0000
commit7748f89d867e23e569ae0843a4b263d7753518f3 (patch)
treeb8c35d30832d5e85b20c1ce0ab0df96f3539a943 /pkgs/applications/editors/texmacs
parentde867f283d9d86412ef8b18a8d168ac8f5d7e431 (diff)
downloadnixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.tar
nixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.tar.gz
nixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.tar.bz2
nixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.tar.lz
nixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.tar.xz
nixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.tar.zst
nixpkgs-7748f89d867e23e569ae0843a4b263d7753518f3.zip
Bump TeXmacs to verion 1.0.7.9.
svn path=/nixpkgs/trunk/; revision=25770
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 5cd4d6684fc..ce9ff92faa0 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.6";
+  version = "1.0.7.9";
   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 = "0x4qy3ai9nmz1i90mbqi1n2vgwyllxwmlpllfwcz0fad7yby7msh";
+    sha256 = "081ysqvka6m2vy2n9q89mmprsb0vkvxgjil0cqv9c2syvn79z4cm";
   };
 
   buildInputs = [ guile libX11 libXext makeWrapper ];