Skip to content
Snippets Groups Projects
Unverified Commit 24b765b6 authored by Eric Bavier's avatar Eric Bavier
Browse files

terminology: Update to 1.3.0.

* gnu/packages/enlightenment.scm (terminology): Update to 1.3.0.
parent 5f230fb2
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ (define-public efl ...@@ -183,7 +183,7 @@ (define-public efl
(define-public terminology (define-public terminology
(package (package
(name "terminology") (name "terminology")
(version "1.2.1") (version "1.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
...@@ -191,10 +191,9 @@ (define-public terminology ...@@ -191,10 +191,9 @@ (define-public terminology
"terminology/terminology-" version ".tar.xz")) "terminology/terminology-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1ii8332bl88l8md3gvz5dhi9bjpm6shyf14ck9kfyy7d56hp71mc")) "07vw28inkimi9avp16j0rqcfqjq16081554qsv29pcqhz18xp59r"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Remove the bundled fonts. ;; Remove the bundled fonts.
;; TODO: Remove bundled lz4.
(snippet (snippet
'(begin '(begin
(delete-file-recursively "data/fonts") (delete-file-recursively "data/fonts")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment