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 10/15] gnu: xfce4-session: Update to 4.12.0. Date: Sun, 1 Mar 2015 13:57:21 +0800 Message-ID: <1425189446-6455-10-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]:48053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwta-0007UJ-4x for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRwtZ-0002y1-8a for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:30 -0500 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:43014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwtZ-0002xx-1S for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:29 -0500 Received: by paceu11 with SMTP id eu11so34096595pac.10 for ; Sat, 28 Feb 2015 21:58:28 -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 (xfce4-session): Update to 4.12.0. --- 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 3b0f9f2..40f75aa 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -346,7 +346,7 @@ your system in categories, so you can quickly find and launch them.") (define-public xfce4-session (package (name "xfce4-session") - (version "4.10.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/xfce/" @@ -354,7 +354,7 @@ your system in categories, so you can quickly find and launch them.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "1kj65jkjhd0ysf0yxsf88wzpyv6n8i8qgd3gb502hf1x9jksk2mv")))) + "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38")))) (build-system gnu-build-system) (arguments '(#:configure-flags -- 2.1.2