[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: gnome-shell-extension-dash-to-panel: Update to 38.
From: |
guix-commits |
Subject: |
06/06: gnu: gnome-shell-extension-dash-to-panel: Update to 38. |
Date: |
Sat, 15 Aug 2020 21:51:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ee3be810d6f5721dce037c5d71c823335f9a6abb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 16 03:43:14 2020 +0200
gnu: gnome-shell-extension-dash-to-panel: Update to 38.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update
to 38.
---
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 83e0fc7..75ba0f5 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 "37")
+ (version "38")
(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
- "0c8p8cmwjh6rpj7jwj1lccpdv5l0bazwywg8hpwgnqy9f4rxmrz3"))
+ "1kvybb49l1vf0fvh8d0c6xkwnry8m330scamf5x40y63d4i213j1"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- branch master updated (66c1613 -> ee3be81), guix-commits, 2020/08/15
- 01/06: gnu: lftp: Update to 4.9.2., guix-commits, 2020/08/15
- 02/06: gnu: gssdp: Update to 1.2.3., guix-commits, 2020/08/15
- 03/06: gnu: gupnp: Update to 1.2.4., guix-commits, 2020/08/15
- 05/06: gnu: ltris: Update to 1.2.1., guix-commits, 2020/08/15
- 04/06: gnu: gtkwave: Update to 3.3.106., guix-commits, 2020/08/15
- 06/06: gnu: gnome-shell-extension-dash-to-panel: Update to 38.,
guix-commits <=