From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 1/8] gnu: enlightenment: Update to 0.19.11. Date: Thu, 1 Oct 2015 12:22:12 +0200 Message-ID: References: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> <1443635808-18649-2-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhb0M-0000zw-ED for guix-devel@gnu.org; Thu, 01 Oct 2015 06:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhb0H-0005DG-Iz for guix-devel@gnu.org; Thu, 01 Oct 2015 06:22:26 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:53778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhb0H-0005DA-Cj for guix-devel@gnu.org; Thu, 01 Oct 2015 06:22:21 -0400 In-Reply-To: <1443635808-18649-2-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 (enlightenment): Update to 0.19.11. > --- > gnu/packages/enlightenment.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenmen= t.scm > index 0a7eaf1..96ad676 100644 > --- a/gnu/packages/enlightenment.scm > +++ b/gnu/packages/enlightenment.scm > @@ -270,14 +270,14 @@ Libraries with some extra bells and whistles.") > (define-public enlightenment > (package > (name "enlightenment") > - (version "0.19.9") > + (version "0.19.11") > (source (origin > (method url-fetch) > (uri > (string-append "https://download.enlightenment.org/rel/= apps/" > name "/" name "-" version ".tar.xz")) > (sha256 > - (base32 "1ajpyw1bfbmxpniw041vbvrs9wqgzyw9kccx72nnfiy2wx= spjcr5")))) > + (base32 "0b8m6062i62q31gp9nd4hd7sckwxfvc6dgyck3f9gjdhrw= vcn764")))) > (build-system gnu-build-system) > (native-inputs > `(("pkg-config" ,pkg-config))) As the =E2=80=98(base32 ...)=E2=80=99 line slightly exceeds the maximum l= ine length, I=E2=80=99d suggest to put the hash string on a line of its own. Okay with this change. ~~ Ricardo