mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xcb-imdkit: Update to 1.0.9.
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.9. Change-Id: Iff0da1ecf78d3a1dcddd16a225d97ffd00c7b0d1
This commit is contained in:
parent
74f7f0f5f7
commit
ee0023e504
1 changed files with 3 additions and 3 deletions
|
@ -60,15 +60,15 @@
|
|||
(define-public xcb-imdkit
|
||||
(package
|
||||
(name "xcb-imdkit")
|
||||
(version "1.0.6")
|
||||
(version "1.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
|
||||
version ".tar.xz"))
|
||||
version ".tar.zst"))
|
||||
(sha256
|
||||
(base32 "0c2j02fxfl651mghh0l1228j2i5cqydcfv4ihp6c2j7hv0zkawgf"))
|
||||
(base32 "010i5nxac4i0d8jyzdk6kpp7fzvqkab3nvnx7mfnalsdxyn3na3l"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue