guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c837b9c832052ef68e1da74ca77afac7b9398501
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:22:51 2026 +0200

    gnu: gnome-shell-extension-clipboard-indicator: Update to 71.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
    Update to 71.
    
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 5a90e2e4ce..d02976ff38 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -698,7 +698,7 @@ GNOME Shell.")
 (define-public gnome-shell-extension-clipboard-indicator
   (package
     (name "gnome-shell-extension-clipboard-indicator")
-    (version "69")
+    (version "71")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -710,7 +710,7 @@ GNOME Shell.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11hc0nf0zp8b8dg7lmihdwxvzh1ji7jvpvg6xh2i0pwqiwzdayqa"))
+                "087mrv3ad0cc7q0a9y8mgin1c6nx80pckmkpcbb67a8imjaaj7q5"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove pre-compiled settings schemas and translations from

Reply via email to