From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Subject: [PATCH 05/15] gnu: exo: Update to 0.10.3. Date: Sun, 1 Mar 2015 13:57:16 +0800 Message-ID: <1425189446-6455-5-git-send-email-iyzsong@gmail.com> References: <1425189446-6455-1-git-send-email-iyzsong@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwt1-000712-Bo for guix-devel@gnu.org; Sun, 01 Mar 2015 00:57:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRwsu-0002nj-T9 for guix-devel@gnu.org; Sun, 01 Mar 2015 00:57:55 -0500 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:36173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwsu-0002nf-Mu for guix-devel@gnu.org; Sun, 01 Mar 2015 00:57:48 -0500 Received: by pdbnh10 with SMTP id nh10so7562877pdb.3 for ; Sat, 28 Feb 2015 21:57:47 -0800 (PST) In-Reply-To: <1425189446-6455-1-git-send-email-iyzsong@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/xfce.scm (exo): Update to 0.10.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 7042518..c2386b5 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -162,14 +162,14 @@ to share commonly used Xfce widgets amoung the Xfce applications.") (define-public exo (package (name "exo") - (version "0.8.0") + (version "0.10.3") (source (origin (method url-fetch) - (uri (string-append "http://archive.xfce.org/xfce/4.10/src/" + (uri (string-append "http://archive.xfce.org/xfce/4.12/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "1c05pbagw14djv5zmqg34qfj40jav8sd10w2zi2wpzrad4qal8bf")))) + "1g9651ra395v2fmzb943l68b9pg0rfxc19x97a62crchxwa4nw4m")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.1.2