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

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

    gnu: gnome-shell-extension-dash-to-panel: Update to 72.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update 
to
    72.
---
 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 764a20c5c6..7a389b10a5 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -991,7 +991,7 @@ certain elements or change animation speeds.")
 (define-public gnome-shell-extension-dash-to-panel
   (package
     (name "gnome-shell-extension-dash-to-panel")
-    (version "64")
+    (version "72")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -999,7 +999,7 @@ certain elements or change animation speeds.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0dgp15qr9s9h9wam0a994sqd8rdab36wii6j6rai3s5p8bw8gsfn"))
+                "0iazjsjdfgni1rb56xzki170lb4868m2g8hypm6h2sxhvd7ps3jj"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to