[PATCH] gnu: gnome-shell-extension-clipboard-indicator: Update to 42.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Mathieu Othacehe
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
bcd03cebb9747bcf31486a44f4f01b1bb1cc779f.1663979018.git.kiasoc5@disroot.org
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 42.
---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 4d53593944..998c4ecf09 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -330,7 +330,7 @@ (define-public gnome-shell-extension-appindicator
(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 @@ (define-public gnome-shell-extension-clipboard-indicator
(file-name (git-file-name name version))
(sha256
(base32
- "1kq6bzxki7lwmw690f4qml8pvfwafpqpsfnq2kyjhrp8nh39axwi"))
+ "0wf2k33pbwjdf8i4y3aw32fgvjbh751qh7504lwhnl02rcq5dc88"))
(modules '((guix build utils)))
(snippet
;; Remove pre-compiled settings schemas and translations from

base-commit: cbe8391d7c570a12416acfbfbbb818404d8b9203
--
2.37.3
Mathieu Othacehe wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 58034-done@debbugs.gnu.org)
87mtal89wv.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 42.

Applied, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58034@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58034
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help