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

commit 7e9b67f91924029e6c67b398c7d4e6488b8e601b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:33:01 2025 +0100

    gnu: gnome-shell-extension-dash-to-dock: Update to 102.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to
    102.
---
 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 d2177966f4..3a30792945 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -777,7 +777,7 @@ behavior, system tray and input source indicator for IBus.")
 (define-public gnome-shell-extension-dash-to-dock
   (package
     (name "gnome-shell-extension-dash-to-dock")
-    (version "99")
+    (version "102")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -786,7 +786,7 @@ behavior, system tray and input source indicator for IBus.")
                                            version))))
               (sha256
                (base32
-                "0hjmqd2xd33chxq7b7753m87by7z2mvr5njvs5wvshhg70kwwmxj"))
+                "0gzqmbalybyivhnlhhwvqd33x47f73368gnd85qiql7x4x0lfl98"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to