From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/8] gnu: terminology: Update to 0.9.1. Date: Thu, 1 Oct 2015 12:20:24 +0200 Message-ID: References: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> <1443635808-18649-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]:50536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhaya-0000hV-KI for guix-devel@gnu.org; Thu, 01 Oct 2015 06:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhayV-0004PV-EL for guix-devel@gnu.org; Thu, 01 Oct 2015 06:20:36 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:58186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhayV-0004Nk-6o for guix-devel@gnu.org; Thu, 01 Oct 2015 06:20:31 -0400 In-Reply-To: <1443635808-18649-3-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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner writes: > * gnu/packages/enlightenment.scm (terminology): Update to 0.9.1. > --- > gnu/packages/enlightenment.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm > index 96ad676..584cab6 100644 > --- a/gnu/packages/enlightenment.scm > +++ b/gnu/packages/enlightenment.scm > @@ -218,7 +218,7 @@ The only supported now is VLC.") > (define-public terminology > (package > (name "terminology") > - (version "0.9.0") > + (version "0.9.1") > (source (origin > (method url-fetch) > (uri > @@ -226,7 +226,7 @@ The only supported now is VLC.") > "terminology/terminology-" version ".tar.xz")) > (sha256 > (base32 > - "0iwid9cvd96kwl0hjhbby84kkz5sgb4p8454nnkf7wjvdz2f9b96")))) > + "1kwv9vkhngdm5v38q93xpcykghnyawhjjcb5bgy0p89gpbk7mvpc")))) > (build-system gnu-build-system) > (native-inputs > `(("pkg-config" ,pkg-config))) This, too, looks fine. ~~ Ricardo