[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: mpd: Update to 0.22.2.
From: |
guix-commits |
Subject: |
02/10: gnu: mpd: Update to 0.22.2. |
Date: |
Sun, 1 Nov 2020 08:45:57 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2d9e2267d7aadd4a917945d2a3e94f1f69b59f21
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 14:25:56 2020 +0100
gnu: mpd: Update to 0.22.2.
* gnu/packages/mpd.scm (mpd): Update to 0.22.2.
---
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 bed8604..dffb584 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -98,7 +98,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.22.1")
+ (version "0.22.2")
(source (origin
(method url-fetch)
(uri
@@ -107,7 +107,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "1wyazq8a8n8l4kqsml0ancy1k8mbrgpis87wrbp3riq97l4n9120"))))
+ "0dldj7r58a3zxbvhs188p8mb4wcffnp66kpnglm4vwcp0wpmn6rn"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=enabled")))
- branch master updated (5b98944 -> b3444c7), guix-commits, 2020/11/01
- 01/10: gnu: batctl: Update to 2020.4., guix-commits, 2020/11/01
- 04/10: gnu: synthv1: Update to 0.9.18., guix-commits, 2020/11/01
- 02/10: gnu: mpd: Update to 0.22.2.,
guix-commits <=
- 03/10: gnu: ncmpc: Update to 0.42., guix-commits, 2020/11/01
- 05/10: gnu: drumkv1: Update to 0.9.18., guix-commits, 2020/11/01
- 06/10: gnu: samplv1: Update to 0.9.18., guix-commits, 2020/11/01
- 08/10: gnu: qtractor: Update to 0.9.18., guix-commits, 2020/11/01
- 07/10: gnu: padthv1: Update to 0.9.18., guix-commits, 2020/11/01
- 09/10: gnu: blueman: Update to 2.1.4., guix-commits, 2020/11/01
- 10/10: gnu: yoshimi: Update to 1.7.3., guix-commits, 2020/11/01