summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-30 11:29:42 +0100
committerPeter Simons <simons@cryp.to>2013-01-30 11:29:57 +0100
commita9660e65da5f7967420801923144258974eb3eba (patch)
treef8ffea7c31cff6fd1ae1d6a5265dfcb17c9289d5 /pkgs
parent53e0d41689a7b73c0c92a3080be3a89c4581eb4c (diff)
haskell-texmath: update to version 0.6.1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/texmath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/texmath/default.nix b/pkgs/development/libraries/haskell/texmath/default.nix
index 78ec99da8db5b..581cede2e8791 100644
--- a/pkgs/development/libraries/haskell/texmath/default.nix
+++ b/pkgs/development/libraries/haskell/texmath/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "texmath";
-  version = "0.6.1.2";
-  sha256 = "1izsjy30saz2il16dwx8sh2s30b1pfgcpq6023v135w1bdrzrnmq";
+  version = "0.6.1.3";
+  sha256 = "1f2hka9jwlrm9dvw7z3896yfpdzxs2vaw0vbcmj5p401mvzc8w05";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ parsec syb xml ];