guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-shell-extension-dash-to-panel: Update


From: guix-commits
Subject: branch master updated: gnu: gnome-shell-extension-dash-to-panel: Update to 37.
Date: Tue, 16 Jun 2020 17:09:00 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2eadf09  gnu: gnome-shell-extension-dash-to-panel: Update to 37.
2eadf09 is described below

commit 2eadf0917caa986273eeaaa6e1d17ea26509093c
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Tue Jun 16 21:42:59 2020 +0200

    gnu: gnome-shell-extension-dash-to-panel: Update to 37.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update 
to 37.
---
 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 21838ff..9bef457 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -419,7 +419,7 @@ currently focused application in the top panel of the GNOME 
shell.")
 (define-public gnome-shell-extension-dash-to-panel
   (package
     (name "gnome-shell-extension-dash-to-panel")
-    (version "26")
+    (version "37")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -427,7 +427,7 @@ currently focused application in the top panel of the GNOME 
shell.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1phfx2pblygpcvsppsqqqflm7qnz46mqkw29hj0nv2dn69hf4xbc"))
+                "0c8p8cmwjh6rpj7jwj1lccpdv5l0bazwywg8hpwgnqy9f4rxmrz3"))
               (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]