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

commit e198352b3101da0b50c65f9d7f194a0558582323
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:32:41 2025 +0100

    gnu: gnome-shell-extension-clipboard-indicator: Update to 69.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
    Update to 69.
---
 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 b8deabce1e..3ef2b475a7 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -699,7 +699,7 @@ GNOME Shell.")
 (define-public gnome-shell-extension-clipboard-indicator
   (package
     (name "gnome-shell-extension-clipboard-indicator")
-    (version "65")
+    (version "69")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -711,7 +711,7 @@ GNOME Shell.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1p10qnrjrlcyw270k87xwx92kp2cmn8vp4vsk59y13v6k9yaq4q8"))
+                "11hc0nf0zp8b8dg7lmihdwxvzh1ji7jvpvg6xh2i0pwqiwzdayqa"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove pre-compiled settings schemas and translations from

Reply via email to