[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: MPD: Update to 0.21.7.
From: |
guix-commits |
Subject: |
01/02: gnu: MPD: Update to 0.21.7. |
Date: |
Thu, 4 Apr 2019 14:59:09 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 60e1668076bb7c4b98adc901be8da47ef73f3d71
Author: Leo Famulari <address@hidden>
Date: Thu Apr 4 14:52:06 2019 -0400
gnu: MPD: Update to 0.21.7.
* gnu/packages/mpd.scm (mpd): Update to 0.21.7.
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 4114802..0147ce7 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -91,7 +91,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.21.6")
+ (version "0.21.7")
(source (origin
(method url-fetch)
(uri
@@ -100,7 +100,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "17z580gqwsr4xp3x124aapw96pl8hk91c43ld2x75606rim12kcd"))))
+ "0b217f5m3vdmjsh51674f6q5pj5g43kwd8psrka09vlvaay6482i"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true") ; The default is 'false'...