From unknown Fri Jun 20 07:19:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42715] [PATCH] gnu: hydrogen: Update to 1.0.0. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Aug 2020 10:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42715 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42715@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15966227928632 (code B ref -1); Wed, 05 Aug 2020 10:20:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Aug 2020 10:19:52 +0000 Received: from localhost ([127.0.0.1]:49889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3GWW-0002FA-7N for submit@debbugs.gnu.org; Wed, 05 Aug 2020 06:19:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:37576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3GWU-0002F2-OH for submit@debbugs.gnu.org; Wed, 05 Aug 2020 06:19:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3GWU-0002nY-He for guix-patches@gnu.org; Wed, 05 Aug 2020 06:19:50 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34618) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3GWR-0002dV-Vf for guix-patches@gnu.org; Wed, 05 Aug 2020 06:19:50 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k3GWO-0001L1-67; Wed, 05 Aug 2020 12:19:44 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1k3GWM-0004FY-TH; Wed, 05 Aug 2020 12:19:43 +0200 From: Michael Rohleder Date: Wed, 5 Aug 2020 12:19:38 +0200 Message-Id: <20200805101938.14872-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596622788;10150009; X-HE-SMSGID: 1k3GWO-0001L1-67 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/05 05:23:52 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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 (hydrogen): Update to 1.0.0. --- gnu/packages/music.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index aaa76d1297..db2f1ff8d6 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Lars-Dominik Braun ;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -503,7 +504,7 @@ settings (aliasing, linear interpolation and cubic interpolation).") (define-public hydrogen (package (name "hydrogen") - (version "1.0.0-rc1") + (version "1.0.0") (source (origin (method git-fetch) @@ -512,7 +513,7 @@ settings (aliasing, linear interpolation and cubic interpolation).") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1ibbdzyk30nj83jrq7py78hwpjgy0lq7ji6gi2pdp1pqzz1mqp0v")))) + (base32 "1kwlqfah0yk135i0rzmbbgnqdzxrzg9yslii5asl4ip9x4dc1w3r")))) (build-system cmake-build-system) (arguments `(#:test-target "tests" -- 2.28.0 From unknown Fri Jun 20 07:19:47 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: Michael Rohleder Subject: bug#42715: closed (Re: [bug#42715] [PATCH] gnu: hydrogen: Update to 1.0.0.) Message-ID: References: <87y2mte4ck.fsf@elephly.net> <20200805101938.14872-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 42715 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42715@debbugs.gnu.org Date: Wed, 05 Aug 2020 11:11:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1596625862-22889-1" This is a multi-part message in MIME format... ------------=_1596625862-22889-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42715: [PATCH] gnu: hydrogen: Update to 1.0.0. 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 42715@debbugs.gnu.org. --=20 42715: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42715 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596625862-22889-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42715-done) by debbugs.gnu.org; 5 Aug 2020 11:10:04 +0000 Received: from localhost ([127.0.0.1]:50156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3HJ5-0005vY-Uy for submit@debbugs.gnu.org; Wed, 05 Aug 2020 07:10:04 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21113) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3HJ2-0005uh-Gh for 42715-done@debbugs.gnu.org; Wed, 05 Aug 2020 07:10:01 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1596625797; cv=none; d=zohomail.com; s=zohoarc; b=g8OI3wC+CBraTkqkGqttlPIBH7+Yb5mk/ypEoWPaJtYuCNrVOsNb5SmTxkRRxgnO2QeijBIq+agH2YfzbLCnwT5Ma29NX6cbhj1acSWrPujJ0q4T6BUJK77hCjfi5/L89NlzLikoFAojVI2gb4eaJPbz7ard1toMKAo8isrcxR8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1596625797; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=EXzhv8X7ijIcxgVO2I68qUZESG/sj1mjN0aS03MJ//w=; b=OHCIvVYbm9F7eW/Z0YrG80XhEfQfehhL94dW4YKY+1aK1aOpv70wi3TcWiDvlvWSaR/Ze4MV+P2wJsYn4kv61CDo71Ef8gJyWUX7eDezHSedxuH+Cjc/y1apUHtkZLxLYpX2VnhapI0pN862xm7itWh20IlksCzGauLQBbLR0fI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596625797; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; bh=EXzhv8X7ijIcxgVO2I68qUZESG/sj1mjN0aS03MJ//w=; b=GrhPLDsHDZkQP8SEbZY8AtBL9TMOgWIPMqhsm2Qlc8d1N7QFlEOwEI1WLhaKJZE6 z9EmqH+y2JHFoe6GM6U4bsLpGqJRZUR3gFbxvEbYuoWDe/fbVEoMU3RlRLxuFbbx+Hc OqVC+nujAi/nF9hVnWL2j7MBOhcfUk85eTrtUvQg= Received: from localhost (p54ad47bc.dip0.t-ipconnect.de [84.173.71.188]) by mx.zohomail.com with SMTPS id 1596625791687630.3733333144063; Wed, 5 Aug 2020 04:09:51 -0700 (PDT) References: <20200805101938.14872-1-mike@rohleder.de> User-agent: mu4e 1.4.10; emacs 26.3 From: Ricardo Wurmus To: Michael Rohleder Subject: Re: [bug#42715] [PATCH] gnu: hydrogen: Update to 1.0.0. In-reply-to: <20200805101938.14872-1-mike@rohleder.de> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 05 Aug 2020 13:09:47 +0200 Message-ID: <87y2mte4ck.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42715-done Cc: 42715-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: -1.0 (-) Michael Rohleder writes: > * gnu/packages/music.scm (hydrogen): Update to 1.0.0. Pushed with commit 43708b60b7da01444630c46c16df0bdf067501a8. Thank you! -- Ricardo ------------=_1596625862-22889-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Aug 2020 10:19:52 +0000 Received: from localhost ([127.0.0.1]:49889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3GWW-0002FA-7N for submit@debbugs.gnu.org; Wed, 05 Aug 2020 06:19:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:37576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3GWU-0002F2-OH for submit@debbugs.gnu.org; Wed, 05 Aug 2020 06:19:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3GWU-0002nY-He for guix-patches@gnu.org; Wed, 05 Aug 2020 06:19:50 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34618) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3GWR-0002dV-Vf for guix-patches@gnu.org; Wed, 05 Aug 2020 06:19:50 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k3GWO-0001L1-67; Wed, 05 Aug 2020 12:19:44 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1k3GWM-0004FY-TH; Wed, 05 Aug 2020 12:19:43 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: hydrogen: Update to 1.0.0. Date: Wed, 5 Aug 2020 12:19:38 +0200 Message-Id: <20200805101938.14872-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596622788;10150009; X-HE-SMSGID: 1k3GWO-0001L1-67 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/05 05:23:52 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (hydrogen): Update to 1.0.0. --- gnu/packages/music.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index aaa76d1297..db2f1ff8d6 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Lars-Dominik Braun ;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -503,7 +504,7 @@ settings (aliasing, linear interpolation and cubic interpolation).") (define-public hydrogen (package (name "hydrogen") - (version "1.0.0-rc1") + (version "1.0.0") (source (origin (method git-fetch) @@ -512,7 +513,7 @@ settings (aliasing, linear interpolation and cubic interpolation).") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1ibbdzyk30nj83jrq7py78hwpjgy0lq7ji6gi2pdp1pqzz1mqp0v")))) + (base32 "1kwlqfah0yk135i0rzmbbgnqdzxrzg9yslii5asl4ip9x4dc1w3r")))) (build-system cmake-build-system) (arguments `(#:test-target "tests" -- 2.28.0 ------------=_1596625862-22889-1--