[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: mpd: Update to 0.21.19.
From: |
guix-commits |
Subject: |
07/12: gnu: mpd: Update to 0.21.19. |
Date: |
Mon, 17 Feb 2020 15:57:54 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit dd70960767beafbdd09f7c10de0d6d3ae0b2dfd1
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 19:47:37 2020 +0100
gnu: mpd: Update to 0.21.19.
* gnu/packages/mpd.scm (mpd): Update to 0.21.19.
---
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 278f5ea..7f7dcbe 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.21.18")
+ (version "0.21.19")
(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
- "0hllkq426hql1s80xxvy28ypvw3dbfrrclbjc0lckmmgsmnfd0l7"))))
+ "1ydjamnc8gs9cxbhin7h51119hmfynsg7b8c4pgasdsnv08mw9yk"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...
- branch master updated (15e6262 -> 1f634b8), guix-commits, 2020/02/17
- 02/12: gnu: librevenge: Don't use NAME in source URI., guix-commits, 2020/02/17
- 01/12: gnu: orcus: Don't use NAME in source URI., guix-commits, 2020/02/17
- 04/12: gnu: mpc: Fix home page domain., guix-commits, 2020/02/17
- 05/12: gnu: libmpdclient: Update to 2.18., guix-commits, 2020/02/17
- 06/12: gnu: Follow multiprecision.org subdomain redirections., guix-commits, 2020/02/17
- 08/12: gnu: ncmpc: Update to 0.37., guix-commits, 2020/02/17
- 09/12: gnu: ncdu: Update to 1.14.2., guix-commits, 2020/02/17
- 07/12: gnu: mpd: Update to 0.21.19.,
guix-commits <=
- 03/12: gnu: yapet: Update home page., guix-commits, 2020/02/17
- 12/12: gnu: nginx: Update to 1.17.8., guix-commits, 2020/02/17
- 10/12: gnu: nethack: Update to 3.6.5., guix-commits, 2020/02/17
- 11/12: gnu: socat: Update to 1.7.3.4., guix-commits, 2020/02/17