guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: MPD: Update to 0.21.18.


From: guix-commits
Subject: 01/02: gnu: MPD: Update to 0.21.18.
Date: Wed, 15 Jan 2020 07:29:47 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 3f6ed3b2e6efce181d4b53b21663d814900ac57c
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Jan 15 07:04:55 2020 -0500

    gnu: MPD: Update to 0.21.18.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.18.
---
 gnu/packages/mpd.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 1ff1f39..08d8eb1 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2014 Cyrill Schenkel <address@hidden>
 ;;; Copyright © 2014 Ian Denhardt <address@hidden>
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
-;;; Copyright © 2016, 2018, 2019 Leo Famulari <address@hidden>
+;;; Copyright © 2016, 2018, 2019, 2020 Leo Famulari <address@hidden>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Evan Straw <address@hidden>
 ;;;
@@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.21.17")
+    (version "0.21.18")
     (source (origin
               (method url-fetch)
               (uri
@@ -101,7 +101,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0qka4g4dd6a6fxi03jnrd8ya70vfijmsxz642adfjqa626gam644"))))
+                "0hllkq426hql1s80xxvy28ypvw3dbfrrclbjc0lckmmgsmnfd0l7"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]