From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 2/7] gnu: terminology: Update to 0.9.0. Date: Thu, 10 Sep 2015 16:47:39 +0300 Message-ID: <1441892864-20745-3-git-send-email-efraim@flashner.co.il> References: <1441892864-20745-1-git-send-email-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za2Cy-0008K7-MW for guix-devel@gnu.org; Thu, 10 Sep 2015 09:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za2Cw-0006mI-5z for guix-devel@gnu.org; Thu, 10 Sep 2015 09:48:12 -0400 Received: from [178.62.234.194] (port=40821 helo=flashner.co.il) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za2Cv-0006m8-W5 for guix-devel@gnu.org; Thu, 10 Sep 2015 09:48:10 -0400 In-Reply-To: <1441892864-20745-1-git-send-email-efraim@flashner.co.il> 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/enlightenment.scm (terminology): Update to 0.9.0. --- gnu/packages/enlightenment.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 5e6693b..2470d1e 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -214,15 +214,15 @@ The only supported now is VLC.") (define-public terminology (package (name "terminology") - (version "0.8.0") + (version "0.9.0") (source (origin (method url-fetch) (uri (string-append - "https://download.enlightenment.org/rel/apps/terminology/terminology-" - version ".tar.gz")) + "https://download.enlightenment.org/rel/apps/terminology/" + "terminology-" version ".tar.xz")) (sha256 - (base32 "0a767ixackzmhb2awrhjy7q6vsivsd54wc434i617xiw095x843s")))) + (base32 "0iwid9cvd96kwl0hjhbby84kkz5sgb4p8454nnkf7wjvdz2f9b96")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- 2.5.1