haskell-libmpd: update to version 0.8.0.1
This commit is contained in:
parent
ce72803dff
commit
4af7e7d46c
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "libmpd";
|
pname = "libmpd";
|
||||||
version = "0.8.0";
|
version = "0.8.0.1";
|
||||||
sha256 = "0sn9yqiqr011glb7q0f3xj24wkkvnib0khzf833npcas4420d0ya";
|
sha256 = "16j2c0dnwllsb979gqf1cl4ylvpldcj8k32ddpp4wf62lbb1mqxm";
|
||||||
buildDepends = [ filepath mtl network text time utf8String ];
|
buildDepends = [ filepath mtl network text time utf8String ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/joachifm/libmpd-haskell";
|
homepage = "http://github.com/joachifm/libmpd-haskell";
|
||||||
|
|
Loading…
Reference in New Issue