[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: fcitx: Update to 4.2.9.8.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: fcitx: Update to 4.2.9.8. |
Date: |
Tue, 22 Sep 2020 05:03:12 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 7e463dd gnu: fcitx: Update to 4.2.9.8.
7e463dd is described below
commit 7e463dd16b7e273011f0beafa57a89fa2d525f8b
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Mon Sep 21 19:19:17 2020 +0800
gnu: fcitx: Update to 4.2.9.8.
* gnu/packages/fcitx.scm(fcitx): Update to 4.2.9.8.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/fcitx.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index 279a9c8..d52edf1 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -97,14 +98,14 @@ by the different predictive algorithms.")
(define-public fcitx
(package
(name "fcitx")
- (version "4.2.9.7")
+ (version "4.2.9.8")
(source (origin
(method url-fetch)
(uri (string-append "http://download.fcitx-im.org/fcitx/"
"fcitx-" version "_dict.tar.xz"))
(sha256
(base32
- "13vg7yzfq0vj2r8zdf9ly3n243nwwggkhd5qv3z6yqdyj0m3ncyg"))))
+ "1iik80l7g8yk9iwsls6nl9whwgm0sj8i7s6s0bz4c5anl35iaddw"))))
(build-system cmake-build-system)
(outputs '("out" "gtk2" "gtk3"))
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: fcitx: Update to 4.2.9.8.,
guix-commits <=