From unknown Sat Aug 16 12:41:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#53958 <53958@debbugs.gnu.org> To: bug#53958 <53958@debbugs.gnu.org> Subject: Status: [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. Reply-To: bug#53958 <53958@debbugs.gnu.org> Date: Sat, 16 Aug 2025 19:41:01 +0000 retitle 53958 [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. reassign 53958 guix-patches submitter 53958 Michael Rohleder severity 53958 normal tag 53958 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 12 08:13:25 2022 Received: (at submit) by debbugs.gnu.org; 12 Feb 2022 13:13:25 +0000 Received: from localhost ([127.0.0.1]:33730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIsDN-0000Fj-6V for submit@debbugs.gnu.org; Sat, 12 Feb 2022 08:13:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:34776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIsDL-0000FZ-EO for submit@debbugs.gnu.org; Sat, 12 Feb 2022 08:13:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIsDJ-0008Nu-OX for guix-patches@gnu.org; Sat, 12 Feb 2022 08:13:23 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=51162 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIsDH-0007ES-MU for guix-patches@gnu.org; Sat, 12 Feb 2022 08:13:21 -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 1nIsDD-0004Dr-3B; Sat, 12 Feb 2022 14:13:15 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nIsCz-0005eh-Dx; Sat, 12 Feb 2022 14:13:14 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. Date: Sat, 12 Feb 2022 14:13:13 +0100 Message-Id: <20220212131313.5194-1-mike@rohleder.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1644671599;f9dfdcd9; X-HE-SMSGID: 1nIsDD-0004Dr-3B X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) 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: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_PERMERROR=0.01 autolearn=no 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-notifyd): Update to 0.6.3. --- 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 462736d63a..cdd98f2863 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1106,7 +1106,7 @@ (define-public orage (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1114,7 +1114,7 @@ (define-public xfce4-notifyd name "-" version ".tar.bz2")) (sha256 (base32 - "0ib5s7kjbr9sy8nh89nfcc4w6qplacnk4s92iycijy2wcv389aqr")))) + "17w5j3cwxlza7p3clvm7sp3vfacyi4dbn2dy58ph8q6lmsaziaan")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 04:54:28 2022 Received: (at 53958-done) by debbugs.gnu.org; 14 Feb 2022 09:54:28 +0000 Received: from localhost ([127.0.0.1]:39795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJY3v-00071b-Ve for submit@debbugs.gnu.org; Mon, 14 Feb 2022 04:54:28 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:60503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJY3t-00071J-8t for 53958-done@debbugs.gnu.org; Mon, 14 Feb 2022 04:54:26 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 1DFFA4000A; Mon, 14 Feb 2022 09:54:17 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#53958] [PATCH] gnu: xfce4-notifyd: Update to 0.6.3. References: <20220212131313.5194-1-mike@rohleder.de> Date: Mon, 14 Feb 2022 10:54:15 +0100 In-Reply-To: <20220212131313.5194-1-mike@rohleder.de> (Michael Rohleder's message of "Sat, 12 Feb 2022 14:13:13 +0100") Message-ID: <87zgmtsri0.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53958-done Cc: 53958-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-notifyd): Update to 0.6.3. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Sat Aug 16 12:41:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 14 Mar 2022 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator