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

commit bdbd049987473dfdeac994b38bdb7e0744d2b336
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Dec 7 12:57:24 2024 +0100

    gnu: gnome-shell-extension-dash-to-panel: Update to 64.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel):
    Update to 64.
    
    Reviewed-by: Maxim Cournoyer <maxim.courno...@gmail.com>
---
 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 6216d067ac..82b0699669 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -878,7 +878,7 @@ certain elements or change animation speeds.")
 (define-public gnome-shell-extension-dash-to-panel
   (package
     (name "gnome-shell-extension-dash-to-panel")
-    (version "56") ;Compatible with GNOME 44
+    (version "64")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -886,7 +886,7 @@ certain elements or change animation speeds.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "17rm3wjj8zfdxgh5vp5f35vgd4mc9f9c2w77hac4vyvkgvwfzcnn"))
+                "0dgp15qr9s9h9wam0a994sqd8rdab36wii6j6rai3s5p8bw8gsfn"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to