[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: terminology: Update to 1.8.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: terminology: Update to 1.8.1. |
Date: |
Wed, 12 Aug 2020 07:22:10 -0400 |
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 31b1455 gnu: terminology: Update to 1.8.1.
31b1455 is described below
commit 31b1455c0b9b864512672e916d457be4c11d7770
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 12 14:21:41 2020 +0300
gnu: terminology: Update to 1.8.1.
* gnu/packages/enlightenment.scm (terminology): UPdate to 1.8.1.
---
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 ad7568d..06b5dd8 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.8.0")
+ (version "1.8.1")
(source (origin
(method url-fetch)
(uri
@@ -207,7 +207,7 @@ removable devices or support for multimedia.")
"terminology/terminology-" version ".tar.xz"))
(sha256
(base32
- "0pvn8mdzxlx7181xdha32fbr0w8xl7hsnb3hfxr5099g841v1xf6"))
+ "1fxqjf7g30ix4qxi6366rrax27s3maxq43z2vakwnhz4mp49m9h4"))
(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.8.1.,
guix-commits <=