me
/
guix
Archived
1
0
Fork 0

terminology: Update to 1.3.0.

* gnu/packages/enlightenment.scm (terminology): Update to 1.3.0.
master
Eric Bavier 2018-11-29 22:20:19 -06:00
parent 5f230fb279
commit 24b765b6a6
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 3 deletions

View File

@ -183,7 +183,7 @@ removable devices or support for multimedia.")
(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 @@ removable devices or support for multimedia.")
"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")