mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-shell-extension-customize-ibus: Update to 90.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 90. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
7f440e55a7
commit
28c0fb1077
1 changed files with 2 additions and 2 deletions
|
@ -650,7 +650,7 @@ that caches clipboard history.")
|
||||||
(define-public gnome-shell-extension-customize-ibus
|
(define-public gnome-shell-extension-customize-ibus
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-customize-ibus")
|
(name "gnome-shell-extension-customize-ibus")
|
||||||
(version "86")
|
(version "90")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -659,7 +659,7 @@ that caches clipboard history.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1psnbhqbqrp68dri0q98y7ikwz9z3701lcy8vvgixb2bh71y7519"))))
|
(base32 "1i7cw9kgp99b9awb2vfpxkwqdln4bfbf3qya19xnmzw16f5igbmn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue