From unknown Sat Sep 20 09:29:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#66517] [PATCH] gnu: picard: Update to 2.10. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 13 Oct 2023 12:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66517 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66517@debbugs.gnu.org Cc: Hilton Chain X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169720056513567 (code B ref -1); Fri, 13 Oct 2023 12:37:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Oct 2023 12:36:05 +0000 Received: from localhost ([127.0.0.1]:45424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrHOe-0003Wl-Rn for submit@debbugs.gnu.org; Fri, 13 Oct 2023 08:36:05 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrHOb-0003W6-To for submit@debbugs.gnu.org; Fri, 13 Oct 2023 08:36:02 -0400 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 1qrHO9-0004uq-Ig for guix-patches@gnu.org; Fri, 13 Oct 2023 08:35:33 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qrHO7-00068O-Vu for guix-patches@gnu.org; Fri, 13 Oct 2023 08:35:33 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1697200392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=iiiNYnkP0cxNmVwPKuBRjub7FEd85AU259884/9/fUM=; b=e1tXIQl5X8hJr9E+6BHkqK0JK3PKMw2ej0h06Mc1MBQSK3s3HXJ6V9kP3UbjLY1abO2Jdy oYjQq5AJ5pswxm+Fe4zqeFWfpj5ddwjmA6BWr7rgCTDqrH8Y3GrW9HhVcNwh4ImzUv4igp mx0FcyKtM9bN7u9kSbcMnlm71bATvh6Gmke5AJvM20MfbsQ3vN8V1jCREn0sS1xn0474Zo bi3q66Ny4a9kBnnS6cNWSIbrZo4KUf4zJHhTWKV7qoDEl2DQ4FsytqlueUWWqaeO1QAZed k4c9EPcFI16D9Rk8FKe6qgQjc6jcG5GuVRSrl9crirdt+tq4pSRU7ncVPYJGZA== Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Date: Fri, 13 Oct 2023 20:34:09 +0800 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Level: * X-Spamd-Bar: + Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/music.scm (picard): Update to 2.10. --- Changes: https://github.com/metabrainz/picard/compare/release-2.9.2...release-2.10 gnu/packages/music.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index eaae2f8a86..3dcd23599d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3780,7 +3780,7 @@ (define-public pianobar (define-public picard (package (name "picard") - (version "2.9.2") + (version "2.10") (source (origin (method url-fetch) (uri (string-append @@ -3788,7 +3788,7 @@ (define-public picard "picard/picard-" version ".tar.gz")) (sha256 (base32 - "1gd4mypqcmpf8xnil1kqfv56znqg9pllvsj7fx8nq8jqaaw9cy6g")))) + "0f9rvif9m83jhal9n9x8kks17c0cgcipi1hjqmki7a296lz175ss")))) (build-system python-build-system) (arguments (list base-commit: 4ec6fd7817ec4073547fd71309374a293d7c436c -- 2.41.0 From unknown Sat Sep 20 09:29:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hilton Chain Subject: bug#66517: closed (Re: [bug#66517] [PATCH] gnu: picard: Update to 2.10.) Message-ID: References: <87jzrbxc1w.fsf@gnu.org> X-Gnu-PR-Message: they-closed 66517 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 66517@debbugs.gnu.org Date: Wed, 25 Oct 2023 09:55:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1698227701-20239-1" This is a multi-part message in MIME format... ------------=_1698227701-20239-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #66517: [PATCH] gnu: picard: Update to 2.10. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 66517@debbugs.gnu.org. --=20 66517: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D66517 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1698227701-20239-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 66517-done) by debbugs.gnu.org; 25 Oct 2023 09:54:44 +0000 Received: from localhost ([127.0.0.1]:57381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qvab6-0005Ff-HR for submit@debbugs.gnu.org; Wed, 25 Oct 2023 05:54:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qvab4-0005FR-6M for 66517-done@debbugs.gnu.org; Wed, 25 Oct 2023 05:54:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvaaS-00071j-Vx; Wed, 25 Oct 2023 05:54:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=EF3RLZlecPFfn52mGGSct90Ga7WUqUfSfurUXLqIYNQ=; b=oVIZU/JDEAFTs88iZl7S zPNixU3CVFCTah91kN8zaBPZvy2Oj2ktUlDHaPXKtMHT9R3ZERf3ApNcolML51mMyU2MQtoNd742a B5J+I8PCMn2K0B+KJr0kV6M68znrueWlopsdbg1VBzvCIilIzgzHX/+8Y7xh3dUGDHyecx0vV5VsV Nux2A6rPrvT2fLdMaXlpUFwmtz46LiVDT1sgjpYUZe8NOq7MGQPYvXsan2gZAnVnzLBiG0B8sFJHo /PhefzCmk0Xqm5x1peed9/t3LVGA3I/AlSxLT1mBXroWKz1/ivaNU578qz5s6KehTYkKpmwNdx6rJ UWqzq3JFSpl45Q==; From: Mathieu Othacehe To: Hilton Chain Subject: Re: [bug#66517] [PATCH] gnu: picard: Update to 2.10. In-Reply-To: (Hilton Chain's message of "Fri, 13 Oct 2023 20:34:09 +0800") References: Date: Wed, 25 Oct 2023 11:54:03 +0200 Message-ID: <87jzrbxc1w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66517-done Cc: 66517-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * gnu/packages/music.scm (picard): Update to 2.10. Applied, thanks, Mathieu ------------=_1698227701-20239-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Oct 2023 12:36:05 +0000 Received: from localhost ([127.0.0.1]:45424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrHOe-0003Wl-Rn for submit@debbugs.gnu.org; Fri, 13 Oct 2023 08:36:05 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrHOb-0003W6-To for submit@debbugs.gnu.org; Fri, 13 Oct 2023 08:36:02 -0400 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 1qrHO9-0004uq-Ig for guix-patches@gnu.org; Fri, 13 Oct 2023 08:35:33 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qrHO7-00068O-Vu for guix-patches@gnu.org; Fri, 13 Oct 2023 08:35:33 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1697200392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=iiiNYnkP0cxNmVwPKuBRjub7FEd85AU259884/9/fUM=; b=e1tXIQl5X8hJr9E+6BHkqK0JK3PKMw2ej0h06Mc1MBQSK3s3HXJ6V9kP3UbjLY1abO2Jdy oYjQq5AJ5pswxm+Fe4zqeFWfpj5ddwjmA6BWr7rgCTDqrH8Y3GrW9HhVcNwh4ImzUv4igp mx0FcyKtM9bN7u9kSbcMnlm71bATvh6Gmke5AJvM20MfbsQ3vN8V1jCREn0sS1xn0474Zo bi3q66Ny4a9kBnnS6cNWSIbrZo4KUf4zJHhTWKV7qoDEl2DQ4FsytqlueUWWqaeO1QAZed k4c9EPcFI16D9Rk8FKe6qgQjc6jcG5GuVRSrl9crirdt+tq4pSRU7ncVPYJGZA== Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space To: guix-patches@gnu.org Subject: [PATCH] gnu: picard: Update to 2.10. Date: Fri, 13 Oct 2023 20:34:09 +0800 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Level: * X-Spamd-Bar: + Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Hilton Chain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/music.scm (picard): Update to 2.10. --- Changes: https://github.com/metabrainz/picard/compare/release-2.9.2...release-2.10 gnu/packages/music.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index eaae2f8a86..3dcd23599d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3780,7 +3780,7 @@ (define-public pianobar (define-public picard (package (name "picard") - (version "2.9.2") + (version "2.10") (source (origin (method url-fetch) (uri (string-append @@ -3788,7 +3788,7 @@ (define-public picard "picard/picard-" version ".tar.gz")) (sha256 (base32 - "1gd4mypqcmpf8xnil1kqfv56znqg9pllvsj7fx8nq8jqaaw9cy6g")))) + "0f9rvif9m83jhal9n9x8kks17c0cgcipi1hjqmki7a296lz175ss")))) (build-system python-build-system) (arguments (list base-commit: 4ec6fd7817ec4073547fd71309374a293d7c436c -- 2.41.0 ------------=_1698227701-20239-1--