From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH 2/7] gnu: terminology: Update to 0.9.0. Date: Thu, 10 Sep 2015 18:57:36 +0200 Message-ID: <87si6mp5z3.fsf@openmailbox.org> References: <1441892864-20745-1-git-send-email-efraim@flashner.co.il> <1441892864-20745-3-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za5AZ-00036W-Py for guix-devel@gnu.org; Thu, 10 Sep 2015 12:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za5AW-00026U-Kn for guix-devel@gnu.org; Thu, 10 Sep 2015 12:57:55 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:57275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za5AW-00025q-Ck for guix-devel@gnu.org; Thu, 10 Sep 2015 12:57:52 -0400 In-Reply-To: <1441892864-20745-3-git-send-email-efraim@flashner.co.il> (Efraim Flashner's message of "Thu, 10 Sep 2015 16:47:39 +0300") 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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner writes: > * 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/" According to guix lint: gnu/packages/enlightenment.scm:217:2: terminology-0.9.0: tabulation on line 225, column 0 > + "terminology-" version ".tar.xz")) > (sha256 > - (base32 "0a767ixackzmhb2awrhjy7q6vsivsd54wc434i617xiw095x843s")))) > + (base32 "0iwid9cvd96kwl0hjhbby84kkz5sgb4p8454nnkf7wjvdz2f9b96")))) > (build-system gnu-build-system) > (native-inputs > `(("pkg-config" ,pkg-config))) Otherwise LGTM. -- Mathieu Lirzin