summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/texmath/default.nix
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-07 09:38:20 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-07 09:38:20 +0000
commitc615cbae70061c0ab0ce5d433a3ff3eb19eb0180 (patch)
treeee27eb37453c430b8e67b4672e41d16f8c69315c /pkgs/development/libraries/haskell/texmath/default.nix
parenta810d44d8137e2af5fea2be00caecbd2fc9580ee (diff)
parenta21457ffa899ee53a69651f563cdc035f6f15d19 (diff)
downloadnixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.tar
nixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.tar.gz
nixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.tar.bz2
nixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.tar.lz
nixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.tar.xz
nixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.tar.zst
nixlib-c615cbae70061c0ab0ce5d433a3ff3eb19eb0180.zip
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/libpng15/; revision=32099
Diffstat (limited to 'pkgs/development/libraries/haskell/texmath/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/texmath/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/texmath/default.nix b/pkgs/development/libraries/haskell/texmath/default.nix
index 032f79ce077e..b72c5ceee04e 100644
--- a/pkgs/development/libraries/haskell/texmath/default.nix
+++ b/pkgs/development/libraries/haskell/texmath/default.nix
@@ -2,14 +2,14 @@
 
 cabal.mkDerivation (self: {
   pname = "texmath";
-  version = "0.5.0.4";
-  sha256 = "0wi7zix10p73hb8aiyq47d27k5hi0l0ba5p6h7kdbhia9xm5w5w5";
+  version = "0.6.0.1";
+  sha256 = "0q39a83g7kcj9qpnjg0v7pd0b4w9i090nl2s9v8lpv4n46z6cyaq";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ parsec syb xml ];
   meta = {
     homepage = "http://github.com/jgm/texmath";
-    description = "Conversion of LaTeX math formulas to MathML";
+    description = "Conversion of LaTeX math formulas to MathML or OMML";
     license = "GPL";
     platforms = self.ghc.meta.platforms;
     maintainers = [