guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: terminology: Update to 0.9.0.


From: Mathieu Lirzin
Subject: 02/07: gnu: terminology: Update to 0.9.0.
Date: Fri, 11 Sep 2015 21:04:38 +0000

mthl pushed a commit to branch master
in repository guix.

commit dab148b6e673dcce8f7d5ab6414c9ac85fad2641
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 10 15:49:30 2015 +0300

    gnu: terminology: Update to 0.9.0.
    
    * gnu/packages/enlightenment.scm (terminology): Update to 0.9.0.
    
    Signed-off-by: Mathieu Lirzin <address@hidden>
---
 gnu/packages/enlightenment.scm |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 5e6693b..c49d1a6 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"))
+               (string-append "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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]