summary refs log tree commit diff
path: root/pkgs/applications/editors/texmacs
diff options
context:
space:
mode:
authorFlorian Franzen <Florian.Franzen@gmail.com>2021-04-10 21:16:29 +0200
committerFlorian Franzen <Florian.Franzen@gmail.com>2021-04-21 23:40:23 +0200
commite967fbf6f7cd0d8de4e4ca933e39919c9551f5c9 (patch)
tree93a0076f6d32334abff1c3a3f1352e8a82054203 /pkgs/applications/editors/texmacs
parentf37c7c7ba83418844624e9f40f0836b98dac684a (diff)
downloadnixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.tar
nixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.tar.gz
nixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.tar.bz2
nixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.tar.lz
nixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.tar.xz
nixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.tar.zst
nixpkgs-e967fbf6f7cd0d8de4e4ca933e39919c9551f5c9.zip
texmacs: 1.99.18 -> 1.99.19
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 dd5e5e61b29..d628eeadab6 100644
--- a/pkgs/applications/editors/texmacs/default.nix
+++ b/pkgs/applications/editors/texmacs/default.nix
@@ -16,7 +16,7 @@
 
 let
   pname = "TeXmacs";
-  version = "1.99.18";
+  version = "1.99.19";
   common = callPackage ./common.nix {
     inherit tex extraFonts chineseFonts japaneseFonts koreanFonts;
   };
@@ -26,7 +26,7 @@ mkDerivation {
 
   src = fetchurl {
     url = "https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${version}-src.tar.gz";
-    sha256 = "0il3fwgw20421aj90wg8kyhkwk6lbgb3bb2g5qamh5lk90yj725i";
+    sha256 = "1izwqb0z4gqiglv57mjswk6sjivny73kd2sxrf3nmj7wr12pn5m8";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];