From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43493) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0ABj-0008O1-NU for guix-patches@gnu.org; Tue, 20 Aug 2019 15:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0ABi-0001fx-NO for guix-patches@gnu.org; Tue, 20 Aug 2019 15:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0ABi-0001fo-K7 for guix-patches@gnu.org; Tue, 20 Aug 2019 15:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0ABi-0003ef-GY for guix-patches@gnu.org; Tue, 20 Aug 2019 15:53:02 -0400 Subject: [bug#37121] [PATCH 36/40] gnu: xfce4-notifyd: Update to 0.4.4. Resent-Message-ID: From: L p R n d n Date: Tue, 20 Aug 2019 23:50:39 +0200 Message-Id: <20190820215043.32077-36-guix@lprndn.info> In-Reply-To: <20190820215043.32077-1-guix@lprndn.info> References: <20190820215043.32077-1-guix@lprndn.info> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37121@debbugs.gnu.org * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.4.4. --- 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 e6272632a9..d3c28e4bea 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1010,7 +1010,7 @@ several different time zones.") (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.4.3") + (version "0.4.4") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1018,7 +1018,7 @@ several different time zones.") name "-" version ".tar.bz2")) (sha256 (base32 - "1h7avj149cafj9dabiza22y14i66vxgp5qj0wxx8i97w9h4dlg99")))) + "0m8vlbwdxiw9nmimaj5np9l5qm784gxpkdvc881k0hjcz6n72189")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) -- 2.22.0