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

commit 93c3e01d2c951944e3db52590322059b45095fff
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 12:47:44 2024 +0100

    gnu: gnome-shell-extension-dash-to-dock: Update to 99.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
    Update to 99.
    
    Reviewed-by: Maxim Cournoyer <[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 3836f32fe1..9a11aa0830 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -689,7 +689,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 "79")
+    (version "99")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -698,7 +698,7 @@ behavior, system tray and input source indicator for IBus.")
                                            version))))
               (sha256
                (base32
-                "0fsfhgpg8441x28jzhjspb9i9c5502c2fcgdvfggcsmz0sf3v95y"))
+                "0hjmqd2xd33chxq7b7753m87by7z2mvr5njvs5wvshhg70kwwmxj"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to