mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gnome-shell-extension-clipboard-indicator: Update to 42.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 42. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
ed5e90db01
commit
2e20eb7818
1 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ GNOME Shell.")
|
|||
(define-public gnome-shell-extension-clipboard-indicator
|
||||
(package
|
||||
(name "gnome-shell-extension-clipboard-indicator")
|
||||
(version "39")
|
||||
(version "42")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -342,7 +342,7 @@ GNOME Shell.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kq6bzxki7lwmw690f4qml8pvfwafpqpsfnq2kyjhrp8nh39axwi"))
|
||||
"0wf2k33pbwjdf8i4y3aw32fgvjbh751qh7504lwhnl02rcq5dc88"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove pre-compiled settings schemas and translations from
|
||||
|
|
Loading…
Reference in a new issue