On Thu, 10 Sep 2015 18:57:36 +0200
Mathieu Lirzin <m...@openmailbox.org> wrote:

> Efraim Flashner <efr...@flashner.co.il> 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



-- 
Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
From c2e0f280794b8cb6d65612c52eb3d8d97a5a7c6c Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efr...@flashner.co.il>
Date: Thu, 10 Sep 2015 15:49:30 +0300
Subject: [PATCH 2/7] gnu: terminology: Update to 0.9.0.

* 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..5d05254 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

Attachment: pgpfNoJETqYbP.pgp
Description: OpenPGP digital signature

Reply via email to