haskell-libmpd: updated to version 0.7.1

svn path=/nixpkgs/trunk/; revision=32139
This commit is contained in:
Peter Simons 2012-02-08 09:22:38 +00:00
parent 8be0696c79
commit 115ec41ba1
1 changed files with 2 additions and 2 deletions

View File

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