From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5YU5-0007SD-9g for guix-patches@gnu.org; Sun, 17 Mar 2019 12:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5YHZ-00013T-Ev for guix-patches@gnu.org; Sun, 17 Mar 2019 12:05:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5YHZ-00013L-5G for guix-patches@gnu.org; Sun, 17 Mar 2019 12:05:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5YHY-0004Gq-Vm for guix-patches@gnu.org; Sun, 17 Mar 2019 12:05:05 -0400 Subject: [bug#34895] [PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3. Resent-Message-ID: From: Kei Kebreau Date: Sun, 17 Mar 2019 12:04:13 -0400 Message-Id: <20190317160423.10327-7-kkebreau@posteo.net> In-Reply-To: <20190317160423.10327-1-kkebreau@posteo.net> References: <20190317160423.10327-1-kkebreau@posteo.net> 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: 34895@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.4.3. --- gnu/packages/xfce.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 4e4498eacb..766b8973b3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -347,15 +347,15 @@ applications menu, workspace switcher and more.") (define-public xfce4-clipman-plugin (package (name "xfce4-clipman-plugin") - (version "1.2.6") + (version "1.4.3") (source (origin (method url-fetch) - (uri (string-append "http://archive.xfce.org/src/panel-plugins/" + (uri (string-append "https://archive.xfce.org/src/panel-plugins/" name "/" (version-major+minor version) "/" name "-" version ".tar.bz2")) (sha256 (base32 - "19a8gwcqc0r5qqi8w28dc8arqip34m8yxdb87lgps9g5qfcky113")))) + "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- 2.21.0