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 12/15] gnu: thunar: Update to 1.6.6. Date: Sun, 1 Mar 2015 13:57:23 +0800 Message-ID: <1425189446-6455-12-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]:48166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwtq-0007fn-8l for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRwtn-00033h-44 for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:46 -0500 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:40682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwtm-00033b-TU for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:43 -0500 Received: by pdev10 with SMTP id v10so31156056pde.7 for ; Sat, 28 Feb 2015 21:58:42 -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 (thunar): Update to 1.6.6. --- 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 1c45c20..a5422c4 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -408,14 +408,14 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "1.4.0") + (version "1.6.6") (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/" "Thunar-" version ".tar.bz2")) (sha256 (base32 - "1fn8wjzkfvnx2giv3rrg2cyrr2c96f9mskgvcji0ixyfcjga249c")))) + "1cl9v3rdzipyyxml3pyrzspxfmmssz5h5snpj18irq4an42539dr")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.1.2