guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/17: gnu: gnome-shell-extension-dash-to-panel: Update to 56.


From: guix-commits
Subject: 03/17: gnu: gnome-shell-extension-dash-to-panel: Update to 56.
Date: Sun, 23 Jul 2023 03:51:24 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 468e3604e482388204e58662c20ba51c986f07a6
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Mon Jul 10 23:43:42 2023 +0200

    gnu: gnome-shell-extension-dash-to-panel: Update to 56.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update 
to 56.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@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 0507fc749b..a1701aaa77 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -914,7 +914,7 @@ certain elements or change animation speeds.")
 (define-public gnome-shell-extension-dash-to-panel
   (package
     (name "gnome-shell-extension-dash-to-panel")
-    (version "51")
+    (version "56")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -922,7 +922,7 @@ certain elements or change animation speeds.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "103pl77dhafi2ayds5yma2smv3b58zcysnd6vl5m5zavjvk35sz7"))
+                "17rm3wjj8zfdxgh5vp5f35vgd4mc9f9c2w77hac4vyvkgvwfzcnn"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]