me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 45.
master
Liliana Marie Prikler 2021-12-15 20:26:10 +01:00
parent e8cc9016ca
commit 933c764f8a
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -537,7 +537,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 "38") (version "45")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -545,7 +545,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
"1kvybb49l1vf0fvh8d0c6xkwnry8m330scamf5x40y63d4i213j1")) "05bfd3b1g9zd86pl1rpgfqsmip271lasyfj8phpqf1gdds5yz6f6"))
(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