From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 2/8] gnu: terminology: Update to 0.9.1. Date: Wed, 30 Sep 2015 20:56:42 +0300 Message-ID: <1443635808-18649-3-git-send-email-efraim@flashner.co.il> References: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhLcq-0003cd-V8 for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhLcm-0006iY-6O for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:08 -0400 Received: from flashner.co.il ([178.62.234.194]:54129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhLcl-0006i2-V0 for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:04 -0400 Received: from localhost.localdomain (85.65.229.31.dynamic.barak-online.net [85.65.229.31]) by flashner.co.il (Postfix) with ESMTPSA id BE23340420 for ; Wed, 30 Sep 2015 17:57:02 +0000 (UTC) In-Reply-To: <1443635808-18649-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.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))) -- 2.6.0