about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-09 12:54:05 +0000
committerPeter Simons <simons@cryp.to>2012-02-09 12:54:05 +0000
commitdb29c078b30a9ac6366c3b3831bde11e940ddf20 (patch)
treed08c8cea9c6a8b173762a466644e16bfddeebccc /pkgs
parent4ef705c1ef3a0ed116ce1c4a5f285ed7490086c9 (diff)
haskell-texmath: updated to version 0.6.0.2
svn path=/nixpkgs/trunk/; revision=32157
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 b72c5ceee04ec..a1487ddb90384 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.0.1";
-  sha256 = "0q39a83g7kcj9qpnjg0v7pd0b4w9i090nl2s9v8lpv4n46z6cyaq";
+  version = "0.6.0.2";
+  sha256 = "04b642xbbgivbnpc8srqirdf71n5b6h5ir6rw0z2xpiv0znk6vh2";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ parsec syb xml ];