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 09/15] gnu: xfce4-appfinder: Update to 4.12.0. Date: Sun, 1 Mar 2015 13:57:20 +0800 Message-ID: <1425189446-6455-9-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]:48003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwtS-0007Q5-5b for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRwtR-0002vn-7a for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:22 -0500 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:43140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRwtR-0002vj-0n for guix-devel@gnu.org; Sun, 01 Mar 2015 00:58:21 -0500 Received: by pdev10 with SMTP id v10so31134176pde.10 for ; Sat, 28 Feb 2015 21:58:20 -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-appfinder): 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 0d247be..3b0f9f2 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -320,7 +320,7 @@ applications menu, workspace switcher and more.") (define-public xfce4-appfinder (package (name "xfce4-appfinder") - (version "4.10.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/xfce/" @@ -328,7 +328,7 @@ applications menu, workspace switcher and more.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "0falckrziw8m1a72nxd7fqq84r3xfbrb6lv35flsca346rzawah4")))) + "0ry5hin8xhgnkmm9vs7jq8blk1cnbyr0s18nm1j6nsm7360abm1a")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.1.2