From unknown Fri Sep 12 06:30:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46632] [PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.2.2. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 19 Feb 2021 05:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46632 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46632@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161371119913975 (code B ref -1); Fri, 19 Feb 2021 05:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Feb 2021 05:06:39 +0000 Received: from localhost ([127.0.0.1]:48625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCxzy-0003dL-MQ for submit@debbugs.gnu.org; Fri, 19 Feb 2021 00:06:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:41430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCxzx-0003dE-3f for submit@debbugs.gnu.org; Fri, 19 Feb 2021 00:06:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCxzv-00074V-Bs for guix-patches@gnu.org; Fri, 19 Feb 2021 00:06:36 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:60990) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCxzs-0001ik-5b for guix-patches@gnu.org; Fri, 19 Feb 2021 00:06:35 -0500 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 1lCxzn-0006P4-D9; Fri, 19 Feb 2021 06:06:27 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1lCxzi-0005Q1-VN; Fri, 19 Feb 2021 06:06:27 +0100 From: Michael Rohleder Date: Fri, 19 Feb 2021 06:06:24 +0100 Message-Id: <20210219050624.19078-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1613711192;86a80d21; X-HE-SMSGID: 1lCxzn-0006P4-D9 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de 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/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.2. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index bb4b66cd0c..f575926eb4 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1357,7 +1357,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-cpugraph-plugin (package (name "xfce4-cpugraph-plugin") - (version "1.2.1") + (version "1.2.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1366,7 +1366,7 @@ A plugin for the Xfce panel is also available.") "/xfce4-cpugraph-plugin-" version ".tar.bz2")) (sha256 (base32 - "0jljxyvxq4kmf5wz7wkq6wma4bq1qsnlv3lx6527lhcipnddynk1")))) + "0pnm2lqcc9snzpcd25c2yvzcnikk5chc5bn1jh14r6726vx14z1l")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- 2.30.1 From unknown Fri Sep 12 06:30:24 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#46632: closed (Re: [bug#46632] [PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.2.2.) Message-ID: References: <87lfbiz3o7.fsf@nicolasgoaziou.fr> <20210219050624.19078-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 46632 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46632@debbugs.gnu.org Date: Sun, 21 Feb 2021 00:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1613865962-7796-1" This is a multi-part message in MIME format... ------------=_1613865962-7796-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46632: [PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.2.2. 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 46632@debbugs.gnu.org. --=20 46632: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46632 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1613865962-7796-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46632-done) by debbugs.gnu.org; 21 Feb 2021 00:05:09 +0000 Received: from localhost ([127.0.0.1]:53121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDcFI-00020d-Rx for submit@debbugs.gnu.org; Sat, 20 Feb 2021 19:05:09 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:42535) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDcFG-000201-Iv for 46632-done@debbugs.gnu.org; Sat, 20 Feb 2021 19:05:07 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id A97E620002; Sun, 21 Feb 2021 00:04:58 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#46632] [PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.2.2. References: <20210219050624.19078-1-mike@rohleder.de> Date: Sun, 21 Feb 2021 01:04:56 +0100 In-Reply-To: <20210219050624.19078-1-mike@rohleder.de> (Michael Rohleder's message of "Fri, 19 Feb 2021 06:06:24 +0100") Message-ID: <87lfbiz3o7.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46632-done Cc: 46632-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.7 (-) Hello, Michael Rohleder writes: > * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.2. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1613865962-7796-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Feb 2021 05:06:39 +0000 Received: from localhost ([127.0.0.1]:48625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCxzy-0003dL-MQ for submit@debbugs.gnu.org; Fri, 19 Feb 2021 00:06:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:41430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCxzx-0003dE-3f for submit@debbugs.gnu.org; Fri, 19 Feb 2021 00:06:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCxzv-00074V-Bs for guix-patches@gnu.org; Fri, 19 Feb 2021 00:06:36 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:60990) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCxzs-0001ik-5b for guix-patches@gnu.org; Fri, 19 Feb 2021 00:06:35 -0500 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 1lCxzn-0006P4-D9; Fri, 19 Feb 2021 06:06:27 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1lCxzi-0005Q1-VN; Fri, 19 Feb 2021 06:06:27 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.2.2. Date: Fri, 19 Feb 2021 06:06:24 +0100 Message-Id: <20210219050624.19078-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1613711192;86a80d21; X-HE-SMSGID: 1lCxzn-0006P4-D9 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de 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/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.2. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index bb4b66cd0c..f575926eb4 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1357,7 +1357,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-cpugraph-plugin (package (name "xfce4-cpugraph-plugin") - (version "1.2.1") + (version "1.2.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1366,7 +1366,7 @@ A plugin for the Xfce panel is also available.") "/xfce4-cpugraph-plugin-" version ".tar.bz2")) (sha256 (base32 - "0jljxyvxq4kmf5wz7wkq6wma4bq1qsnlv3lx6527lhcipnddynk1")))) + "0pnm2lqcc9snzpcd25c2yvzcnikk5chc5bn1jh14r6726vx14z1l")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- 2.30.1 ------------=_1613865962-7796-1--