haskell-texmath: update to version 0.6.1.5

This commit is contained in:
Peter Simons 2013-05-09 11:01:28 +02:00
parent 23d93b521d
commit 738cc68fcb

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "texmath";
version = "0.6.1.4";
sha256 = "0cw3lzadk8cx5h26b18i50hvs1vk8vbd0dxmmcszj4a8a0rbpmd9";
version = "0.6.1.5";
sha256 = "15cxki04khq29m9h5wxzxgppc3r58ccp2hgsslp2g1f59x2wm348";
isLibrary = true;
isExecutable = true;
buildDepends = [ parsec syb xml ];