mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: xcb-imdkit: Update to 1.0.5.
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.5.
This commit is contained in:
parent
580d6ca5ce
commit
44a5a6d541
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ (define-module (gnu packages fcitx5)
|
||||||
(define-public xcb-imdkit
|
(define-public xcb-imdkit
|
||||||
(package
|
(package
|
||||||
(name "xcb-imdkit")
|
(name "xcb-imdkit")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -64,7 +64,7 @@ (define-public xcb-imdkit
|
||||||
"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.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2"))
|
(base32 "1k03ix0r385lf56pyw653h3f2inkl774n9fh1wkb2m4jv4kcsgrp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue