From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 05 01:32:27 2023 Received: (at 61968) by debbugs.gnu.org; 5 Mar 2023 06:32:27 +0000 Received: from localhost ([127.0.0.1]:38277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYhv1-0003b1-9q for submit@debbugs.gnu.org; Sun, 05 Mar 2023 01:32:27 -0500 Received: from planete-kraus.eu ([89.234.140.182]:52634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYhux-0003Zr-OW for 61968@debbugs.gnu.org; Sun, 05 Mar 2023 01:32:24 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id fe51a27e for <61968@debbugs.gnu.org>; Sun, 5 Mar 2023 06:32:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to :mime-version; s=dkim; bh=rAACy5xxehxAkbKYQ6cJqO2nYIk=; b=lsdNhT AtMC9XfdSMwJQmENjK6UC4Eoj+DtvjTB24b+1w+UHqm92e0Xagbu/T9xpASYu3cD 9Xe+SXNY51xC9haOypHB7i98hYSX35Zph+HAVAb9SV51u9s81sxqwF1Z6lLrrehH 6CccgcK8GBVwu1ke8AwPIiBj5Lr5uAJL+y2JQ= Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 30cb690d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <61968@debbugs.gnu.org>; Sun, 5 Mar 2023 06:32:21 +0000 (UTC) Message-Id: <1960d6be11bcb2be0db9f6674f8367802222ae64.1677997633.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Sat, 4 Mar 2023 20:24:12 +0100 Subject: [PATCH v3 10/12] gnu: sysprof: Update to 3.46.0. To: 61968@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.46.0 X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (sysprof): Update to 3.46.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1c1ac71a58..7a92192cbf 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13121,7 +13121,7 @@ (define-public feedba [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date X-Debbugs-Envelope-To: 61968 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.1 (/) * gnu/packages/gnome.scm (sysprof): Update to 3.46.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1c1ac71a58..7a92192cbf 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13121,7 +13121,7 @@ (define-public feedbackd (define-public sysprof (package (name "sysprof") - (version "3.45.1") + (version "3.46.0") (source (origin (method url-fetch) @@ -13129,7 +13129,7 @@ (define-public sysprof (version-major+minor version) "/" "sysprof-" version ".tar.xz")) (sha256 - (base32 "16nmr1qs7s2ylhwj58zj6b7in72nw7z72glaz746f2g7dbqs00k4")))) + (base32 "0wa0ps9y8cqzcp6g0qh2i114sw5sq7yd45sv0w5xva2hh5bhshry")))) (build-system meson-build-system) (arguments (list -- 2.39.1