GNU bug report logs -
#76192
[PATCH 00/11] fcitx5 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 11 Feb 2025 04:20:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.14.
[inputs]: Remove libpthread-stubs.
Change-Id: I99cce203ffad4ccd7faa2e590b8cc611b606b0d0
---
gnu/packages/fcitx5.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 59a0844424..123bebf2c3 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -145,22 +145,22 @@ (define-public fcitx5
(define-public fcitx5-lua
(package
(name "fcitx5-lua")
- (version "5.0.12")
+ (version "5.0.14")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "00kh0qzpzkfsnfh55lrpjpi5zs82vwpc9pb1n6f61gpgpiqxh7z4"))))
+ (base32 "0lmw62pd8x5ys8ci0dz43pw8q8401zjcfs24gjslbljhc4aqnp9r"))))
(build-system cmake-build-system)
(arguments
(list
#:configure-flags
#~(list "-DUSE_DLOPEN=OFF")))
(inputs
- (list fcitx5 lua gettext-minimal libpthread-stubs))
+ (list fcitx5 lua gettext-minimal))
(native-inputs
(list extra-cmake-modules))
(home-page "https://github.com/fcitx/fcitx5-lua")
--
2.48.1
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.