From 0ab3b591491b385e52ba7700e2859bb4aa21a5b4 Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Thu, 19 Oct 2023 16:43:19 +0100 Subject: gnu: mympd: Update to 12.1.1. * gnu/packages/mpd.scm (mympd): Update to 12.1.1. Signed-off-by: Mathieu Othacehe --- gnu/packages/mpd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/mpd.scm') diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 0edc056472..0e762144a1 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -622,7 +622,7 @@ mpdevil loads all tags and covers on demand.") (define-public mympd (package (name "mympd") - (version "12.1.0") + (version "12.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -631,7 +631,7 @@ mpdevil loads all tags and covers on demand.") (file-name (git-file-name name version)) (sha256 (base32 - "0vmnfwkajgm1dmm34z0zk74j5wzlwcwk45aalfzc5pqlkcy6c4z5")))) + "1bal31xmdmq46bi0qmia07sqcwy695vcz5y5hxwkz71rcfywbsf9")))) (build-system cmake-build-system) (arguments (list -- cgit v1.2.3