[PATCH] gnome-shell-extension-appindicator version 33

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 5 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
sDRMlpnt3cdR4CG1bFlN7c1OGW51DHfSJ_frUQUpIonv7V2gTKM0sk4LRCVTRoR8764Y0oH9qEs6VnzdUmLuc_QSwgsjxsFR5VYRJApICGc=@elenq.tech
From 89a418d7fa7d2bb7dc62ab81b4093a4c8054291b Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Mon, 16 Mar 2020 21:12:22 +0100
Subject: [PATCH] gnome-shell-extension-appindicator version 33

---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index b8cd32db08..aeeced42bd 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -123,7 +123,7 @@ the Obsidian icon theme.")
(define-public gnome-shell-extension-appindicator
(package
(name "gnome-shell-extension-appindicator")
- (version "30")
+ (version "33")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -132,7 +132,7 @@ the Obsidian icon theme.")
(commit (string-append "v" version))))
(sha256
(base32
- "1fjhx23jqwv3d0smwhnjvc35gqhwk9p5f96ic22pfax653cn5vh8"))
+ "0qm77s080nbf4gqnfzpwp8a7jf7lliz6fxbsd3lasvrr11pgsk87"))
(file-name (git-file-name name version))))
(build-system copy-build-system)
(arguments
--
2.25.1
Ludovic Courtès wrote 5 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 40094-done@debbugs.gnu.org)
87blowdkq0.fsf@gnu.org
Hi,

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

Toggle quote (9 lines)
>>From 89a418d7fa7d2bb7dc62ab81b4093a4c8054291b Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz@elenq.tech>
> Date: Mon, 16 Mar 2020 21:12:22 +0100
> Subject: [PATCH] gnome-shell-extension-appindicator version 33
>
> ---
> gnu/packages/gnome-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

I added a commit log that follows our conventions and pushed:


Thank you!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 40094
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