guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 59ee713ad5dce14fc65742ad10b1c1943418dc59
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:23:01 2026 +0200

    gnu: gnome-shell-extension-dash-to-dock: Update to 105.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
    Update to 105.
    
    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 d02976ff38..230da25f73 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -779,7 +779,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 "103")
+    (version "105")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -788,7 +788,7 @@ behavior, system tray and input source indicator for IBus.")
                                            version))))
               (sha256
                (base32
-                "0z4ayd9lagqyg2sc83qvyfx4wc3mcp8af5a34qpvxf3nyipq9pp9"))
+                "08x5b3wy7gxr4dnylh4rakxa3xn0s1dyh5izjly2kcn4h1nw4p4x"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to