3
0
Fork 0
forked from mirrors/nixpkgs

haskell-texmath: update to version 0.6.1.2

This commit is contained in:
Peter Simons 2013-01-07 12:18:36 +01:00
parent cbd23de696
commit 87e992ad62

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "texmath";
version = "0.6.1.1";
sha256 = "06yk19jvpj7di1njybk1hdc7hp6c9h3yb4gvi7ljna6wqrh6zqaz";
version = "0.6.1.2";
sha256 = "1izsjy30saz2il16dwx8sh2s30b1pfgcpq6023v135w1bdrzrnmq";
isLibrary = true;
isExecutable = true;
buildDepends = [ parsec syb xml ];