mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
haskell-libmpd: updated to version 0.7.2
svn path=/nixpkgs/trunk/; revision=32283
This commit is contained in:
parent
19be3645ad
commit
75da6dea33
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "libmpd";
|
||||
version = "0.7.1";
|
||||
sha256 = "1vahcr1vjpr1wfkifp8ih3fajz1886zhc3cj643f7s3im7wjzw5j";
|
||||
version = "0.7.2";
|
||||
sha256 = "109bm5fgwmydh3bi93wxr6ac3gkp7pcvp4a8z226c1wlgc995zap";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl network time utf8String ];
|
||||
|
|
Loading…
Reference in a new issue