guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9a96fef17a897658a3e0a867df2d3cbfb7f220ba
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:23:34 2026 +0200

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

Reply via email to