haskell-libmpd: updated to version 0.7.0

svn path=/nixpkgs/trunk/; revision=30533
This commit is contained in:
Peter Simons 2011-11-22 19:33:22 +00:00
parent 327715f5df
commit d91e0ada98
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "libmpd";
version = "0.6.0";
sha256 = "1ln7kfiv75ykihym9ska4mvy0mrghs4swsrrkvmbh562nqmv4fvm";
version = "0.7.0";
sha256 = "03bp3bpf1zr8srbzxjhppj7pba0h1if9lga7x5nvhlgc6p7799nw";
isLibrary = true;
isExecutable = true;
buildDepends = [ mtl network time utf8String ];