haskell-texmath: update to version 0.6.3

This commit is contained in:
Peter Simons 2013-08-11 18:37:14 +02:00
parent a2ec6565d4
commit 669cb32bae

View File

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