haskell-texmath: updated to version 0.5.0.4

svn path=/nixpkgs/trunk/; revision=31195
This commit is contained in:
Peter Simons 2012-01-01 21:24:20 +00:00
parent ff5e4c4f4b
commit a0e7016709

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "texmath";
version = "0.5.0.3";
sha256 = "0pw3b5qvsngy0wdny8y3widkaphvjksg7mnpa8yzqfsw0rl36s0p";
version = "0.5.0.4";
sha256 = "0wi7zix10p73hb8aiyq47d27k5hi0l0ba5p6h7kdbhia9xm5w5w5";
isLibrary = true;
isExecutable = true;
buildDepends = [ parsec syb xml ];