diff options
author | Liliana Marie Prikler <[email protected]> | 2024-12-07 12:47:38 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:38 +0100 |
commit | 28c0fb1077ac3fea8f2c097c210ae3da4c2ade30 (patch) | |
tree | f565c5c375c4605b4f79707211c230aad5b7b5dd /gnu/packages/gnome-xyz.scm | |
parent | 7f440e55a7890f76e14ca897eb3bd99a02341734 (diff) |
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 <[email protected]>
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index a2db9e68aa..3836f32fe1 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -650,7 +650,7 @@ that caches clipboard history.") (define-public gnome-shell-extension-customize-ibus (package (name "gnome-shell-extension-customize-ibus") - (version "86") + (version "90") (source (origin (method git-fetch) @@ -659,7 +659,7 @@ that caches clipboard history.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1psnbhqbqrp68dri0q98y7ikwz9z3701lcy8vvgixb2bh71y7519")))) + (base32 "1i7cw9kgp99b9awb2vfpxkwqdln4bfbf3qya19xnmzw16f5igbmn")))) (build-system gnu-build-system) (arguments (list |