gnu: gnome-shell-extension-dash-to-panel: Update to 37.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37.
This commit is contained in:
Giacomo Leidi 2020-06-16 21:42:59 +02:00 committed by Nicolas Goaziou
parent d26186232e
commit 2eadf0917c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -419,7 +419,7 @@ currently focused application in the top panel of the GNOME shell.")
(define-public gnome-shell-extension-dash-to-panel (define-public gnome-shell-extension-dash-to-panel
(package (package
(name "gnome-shell-extension-dash-to-panel") (name "gnome-shell-extension-dash-to-panel")
(version "26") (version "37")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -427,7 +427,7 @@ currently focused application in the top panel of the GNOME shell.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1phfx2pblygpcvsppsqqqflm7qnz46mqkw29hj0nv2dn69hf4xbc")) "0c8p8cmwjh6rpj7jwj1lccpdv5l0bazwywg8hpwgnqy9f4rxmrz3"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments