From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33373) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDw8d-00070O-Qv for guix-patches@gnu.org; Mon, 16 Mar 2020 16:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDw8c-0008HF-SM for guix-patches@gnu.org; Mon, 16 Mar 2020 16:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60169) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDw8c-0008FV-O7 for guix-patches@gnu.org; Mon, 16 Mar 2020 16:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDw8c-0002iI-G5 for guix-patches@gnu.org; Mon, 16 Mar 2020 16:15:02 -0400 Subject: [bug#40094] [PATCH] gnome-shell-extension-appindicator version 33 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:60834) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDw85-0006ZU-6N for guix-patches@gnu.org; Mon, 16 Mar 2020 16:14:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDw83-0005Am-QV for guix-patches@gnu.org; Mon, 16 Mar 2020 16:14:28 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:52781) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDw83-0004q2-BW for guix-patches@gnu.org; Mon, 16 Mar 2020 16:14:27 -0400 Date: Mon, 16 Mar 2020 20:14:17 +0000 From: Ekaitz Zarraga Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40094@debbugs.gnu.org >From 89a418d7fa7d2bb7dc62ab81b4093a4c8054291b Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga 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(-) 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