haskell-libmpd: updated to version 0.7.0
svn path=/nixpkgs/trunk/; revision=30533
This commit is contained in:
parent
327715f5df
commit
d91e0ada98
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libmpd";
|
pname = "libmpd";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
sha256 = "1ln7kfiv75ykihym9ska4mvy0mrghs4swsrrkvmbh562nqmv4fvm";
|
sha256 = "03bp3bpf1zr8srbzxjhppj7pba0h1if9lga7x5nvhlgc6p7799nw";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl network time utf8String ];
|
buildDepends = [ mtl network time utf8String ];
|
||||||
|
|
Loading…
Reference in New Issue