summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-07-23 16:35:26 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-07-23 16:35:51 +0300
commit4d3a2b5ac7e6b7c8b896869ceadea8317b38c746 (patch)
treec2bcab9a3412ac0cab1d3868f975a431bd3d519f /gnu
parent6583ef601aa6a7789cfa6a8a3cb94a603c9d736f (diff)
downloadguix-4d3a2b5ac7e6b7c8b896869ceadea8317b38c746.tar.gz
gnu: terminology: Update to 1.5.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.5.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/enlightenment.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 8a59bedb15..90aa48c23c 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -184,7 +184,7 @@ removable devices or support for multimedia.")
 (define-public terminology
   (package
     (name "terminology")
-    (version "1.4.1")
+    (version "1.5.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -192,7 +192,7 @@ removable devices or support for multimedia.")
                               "terminology/terminology-" version ".tar.xz"))
               (sha256
                (base32
-                "0mm9v5a94369is3kaarnr3a28wy42wslzi1mcisaidlcldgv7f6p"))
+                "0v4amfg8ji0mb6j7kcxh3wz1xw5zyxg4rw6ylx17rfw2nc1yamfy"))
               (modules '((guix build utils)))
               ;; Remove the bundled fonts.
               (snippet