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

commit ee14feeddc7db9e8c1d2f8c121170d73e4d35df5
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 da7a41e2ae..2f5c21b163 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -697,7 +697,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
@@ -709,7 +709,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