From patchwork Sat Dec 10 13:40:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 45161 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6EF4327BBEB; Sat, 10 Dec 2022 13:42:28 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 63A0F27BBE9 for ; Sat, 10 Dec 2022 13:42:27 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p407G-0007yU-V8; Sat, 10 Dec 2022 08:42:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4078-0007v3-QX for guix-patches@gnu.org; Sat, 10 Dec 2022 08:42:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p4078-00005o-Il for guix-patches@gnu.org; Sat, 10 Dec 2022 08:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p4078-0004vA-ET for guix-patches@gnu.org; Sat, 10 Dec 2022 08:42:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59834] [PATCH v2] gnu: mympd: Update to 10.1.6. References: In-Reply-To: Resent-From: mirai@makinata.eu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Dec 2022 13:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59834 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59834@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 59834-submit@debbugs.gnu.org id=B59834.167067967318878 (code B ref 59834); Sat, 10 Dec 2022 13:42:02 +0000 Received: (at 59834) by debbugs.gnu.org; 10 Dec 2022 13:41:13 +0000 Received: from localhost ([127.0.0.1]:42829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p406K-0004uQ-Vp for submit@debbugs.gnu.org; Sat, 10 Dec 2022 08:41:13 -0500 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]:46900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p406G-0004uH-KO for 59834@debbugs.gnu.org; Sat, 10 Dec 2022 08:41:11 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id AE0032055F for <59834@debbugs.gnu.org>; Sat, 10 Dec 2022 14:41:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 6602F8009A; Sat, 10 Dec 2022 14:41:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YqhnXSiHlIzz; Sat, 10 Dec 2022 14:41:05 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id B473880099; Sat, 10 Dec 2022 14:41:04 +0100 (CET) From: mirai@makinata.eu Date: Sat, 10 Dec 2022 13:40:35 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Bruno Victal * gnu/packages/mpd.scm (mympd): Update to 10.1.6. --- gnu/packages/mpd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) base-commit: 4473be9858b3575c1b3f2b67c135ac822136dde0 diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index e0bd7633bc..68b40ad059 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -581,7 +581,7 @@ (define-public mpdevil (define-public mympd (package (name "mympd") - (version "10.1.3") + (version "10.1.6") (source (origin (method git-fetch) (uri (git-reference @@ -590,7 +590,7 @@ (define-public mympd (file-name (git-file-name name version)) (sha256 (base32 - "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp")))) + "06i8v8dh2x4lrph9lm56h5yy698y95ic5xrgmyisafvxd239sn0x")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ; no test target