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
|
(define-public xcb-imdkit
|
||||||
(package
|
(package
|
||||||
(name "xcb-imdkit")
|
(name "xcb-imdkit")
|
||||||
(version "1.0.6")
|
(version "1.0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
|
"https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
|
||||||
version ".tar.xz"))
|
version ".tar.zst"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c2j02fxfl651mghh0l1228j2i5cqydcfv4ihp6c2j7hv0zkawgf"))
|
(base32 "010i5nxac4i0d8jyzdk6kpp7fzvqkab3nvnx7mfnalsdxyn3na3l"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue