diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-09-23 20:23:39 -0400 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-27 11:05:06 +0200 |
commit | 2e20eb7818ea698f62eb0b13c794ba02ff818543 (patch) | |
tree | 7afc1f3669cd2aeee0bd10e0a6db8193d5730579 /gnu | |
parent | ed5e90db01cf9066fec5838a623f0ddb9af5cdcc (diff) | |
download | guix-2e20eb7818ea698f62eb0b13c794ba02ff818543.tar.gz guix-2e20eb7818ea698f62eb0b13c794ba02ff818543.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index ad22eb0a5f..34a703c7e1 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -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 |