[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: terminology: Update to 1.11.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: terminology: Update to 1.11.0. |
Date: |
Sun, 14 Nov 2021 02:18:46 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fb7424f gnu: terminology: Update to 1.11.0.
fb7424f is described below
commit fb7424f2f874a6bc4fd11476e59584507719192f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 14 09:17:59 2021 +0200
gnu: terminology: Update to 1.11.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.11.0.
---
gnu/packages/enlightenment.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 5cbda66..5e34303 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -199,7 +199,7 @@ removable devices or support for multimedia.")
(define-public terminology
(package
(name "terminology")
- (version "1.10.0")
+ (version "1.11.0")
(source (origin
(method url-fetch)
(uri
@@ -207,7 +207,7 @@ removable devices or support for multimedia.")
"terminology/terminology-" version ".tar.xz"))
(sha256
(base32
- "0imk7cjkcjss3zf4hjwmy54pbizm6l6pq553jcx7bpsnhs56bbsz"))
+ "0bbav27p1xni7kidgf3vn42bwsfrzds301k3f7c8dg7v5yyq9n2g"))
(modules '((guix build utils)))
;; Remove the bundled fonts.
(snippet
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: terminology: Update to 1.11.0.,
guix-commits <=