guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/16: gnu: fcitx5-gtk: Update to 5.1.0.


From: guix-commits
Subject: 03/16: gnu: fcitx5-gtk: Update to 5.1.0.
Date: Wed, 23 Aug 2023 06:58:34 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 5e8bccefeeecd7162f0dcc0a855477b68f7e3e5d
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 20 13:02:45 2023 +0800

    gnu: fcitx5-gtk: Update to 5.1.0.
    
    * gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.0.
---
 gnu/packages/fcitx5.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 0ad2dbcac6..01a5289fa0 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -186,7 +186,7 @@ editors.")
 (define-public fcitx5-gtk
   (package
     (name "fcitx5-gtk")
-    (version "5.0.23")
+    (version "5.1.0")
     (source
      (origin
        (method url-fetch)
@@ -194,7 +194,7 @@ editors.")
                            "/fcitx5-gtk/fcitx5-gtk-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0s08j8y7bxn9hjz9xkza2fal24r9az2p7js7v86nbjmvy7klq4md"))))
+        (base32 "0rc4iwqb7ydysm95qpncfd8kvyzk36cfxwg1h0cjn98v3fxjf8kw"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]