guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

140/155: gnu: gnome-shell-extension-customize-ibus: Update to 90.


From: guix-commits
Subject: 140/155: gnu: gnome-shell-extension-customize-ibus: Update to 90.
Date: Mon, 23 Dec 2024 15:24:25 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit c36bca18f9a667221f3902f1b9221df9d6e75003
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Dec 7 12:47:38 2024 +0100

    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>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index b282124225..082bae8840 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]