From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 16 15:43:32 2020 Received: (at submit) by debbugs.gnu.org; 16 Jun 2020 19:43:32 +0000 Received: from localhost ([127.0.0.1]:49642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlHUa-0001bF-KN for submit@debbugs.gnu.org; Tue, 16 Jun 2020 15:43:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:40954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlHUY-0001b5-K8 for submit@debbugs.gnu.org; Tue, 16 Jun 2020 15:43:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlHUY-0006PK-22 for guix-patches@gnu.org; Tue, 16 Jun 2020 15:43:30 -0400 Received: from latitanza.investici.org ([82.94.249.234]:53875) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlHUV-0008DR-K2 for guix-patches@gnu.org; Tue, 16 Jun 2020 15:43:29 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 52241120969; Tue, 16 Jun 2020 19:43:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1592336601; bh=a2Nem7FQBFlh+NJBVZ2whEqwEbvCo61f96XkcU42/m8=; h=From:To:Cc:Subject:Date:From; b=QqlwhQX3K+yLXE673oB3VdJEEpeScWjr9eVhu92bIKfoAB8vqwtIH65KzADjbuPfj /v0cCtmjGG5tgCQQWsbx0t0uoYAcDQrMn00bOBMVqIyOTmCFeUVja7UHXmvEFy1wG8 G4v4c7xmOeABRe3XnTo60+rePT3mcWauFkz+Oj+k= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 89F6E12016A; Tue, 16 Jun 2020 19:43:20 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome-shell-extension-dash-to-panel: Update to 37. Date: Tue, 16 Jun 2020 21:42:59 +0200 Message-Id: <20200616194259.21062-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=goodoldpaul@autistici.org; helo=latitanza.investici.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/16 15:43:21 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37. --- 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 21838ff0cd..9bef45739e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -419,7 +419,7 @@ currently focused application in the top panel of the GNOME shell.") (define-public gnome-shell-extension-dash-to-panel (package (name "gnome-shell-extension-dash-to-panel") - (version "26") + (version "37") (source (origin (method git-fetch) (uri (git-reference @@ -427,7 +427,7 @@ currently focused application in the top panel of the GNOME shell.") (commit (string-append "v" version)))) (sha256 (base32 - "1phfx2pblygpcvsppsqqqflm7qnz46mqkw29hj0nv2dn69hf4xbc")) + "0c8p8cmwjh6rpj7jwj1lccpdv5l0bazwywg8hpwgnqy9f4rxmrz3")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 16 17:09:38 2020 Received: (at 41899-done) by debbugs.gnu.org; 16 Jun 2020 21:09:38 +0000 Received: from localhost ([127.0.0.1]:49751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlIpu-0003kJ-5U for submit@debbugs.gnu.org; Tue, 16 Jun 2020 17:09:38 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:35771) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlIpr-0003k5-RN for 41899-done@debbugs.gnu.org; Tue, 16 Jun 2020 17:09:36 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 10DE11C0004; Tue, 16 Jun 2020 21:09:27 +0000 (UTC) From: Nicolas Goaziou To: Giacomo Leidi Subject: Re: [bug#41899] [PATCH] gnu: gnome-shell-extension-dash-to-panel: Update to 37. References: <20200616194259.21062-1-goodoldpaul@autistici.org> Date: Tue, 16 Jun 2020 23:09:25 +0200 In-Reply-To: <20200616194259.21062-1-goodoldpaul@autistici.org> (Giacomo Leidi's message of "Tue, 16 Jun 2020 21:42:59 +0200") Message-ID: <87wo46afay.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41899-done Cc: 41899-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Giacomo Leidi writes: > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): > Update to 37. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Sep 12 00:24:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Jul 2020 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator