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 11/15] gnu: xfce4-settings: Update to 4.12.0. Date: Sun, 1 Mar 2015 13:57:22 +0800 Message-ID: <1425189446-6455-11-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]:48104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwti-0007Xg-2P for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRwte-00030d-EM for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:38 -0500 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:34371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwte-00030N-7q for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:34 -0500 Received: by pdjg10 with SMTP id g10so31225478pdj.1 for ; Sat, 28 Feb 2015 21:58:33 -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-settings): 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 40f75aa..1c45c20 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -377,7 +377,7 @@ allows you to shutdown the computer from Xfce.") (define-public xfce4-settings (package (name "xfce4-settings") - (version "4.10.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/xfce/" @@ -385,7 +385,7 @@ allows you to shutdown the computer from Xfce.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "0zppq747z9lrxyv5zrrvpalq7hb3gfhy9p7qbldisgv7m6dz0hq8")))) + "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.1.2