From unknown Wed Jun 18 23:02:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60149 <60149@debbugs.gnu.org> To: bug#60149 <60149@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 Reply-To: bug#60149 <60149@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:02:49 +0000 retitle 60149 [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 reassign 60149 guix-patches submitter 60149 Sughosha severity 60149 normal tag 60149 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 17 01:32:27 2022 Received: (at submit) by debbugs.gnu.org; 17 Dec 2022 06:32:27 +0000 Received: from localhost ([127.0.0.1]:54119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6QkE-0003Jp-UB for submit@debbugs.gnu.org; Sat, 17 Dec 2022 01:32:27 -0500 Received: from lists.gnu.org ([209.51.188.17]:44772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6QkA-0003Jj-M4 for submit@debbugs.gnu.org; Sat, 17 Dec 2022 01:32:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6Qk7-0003sy-2h for guix-patches@gnu.org; Sat, 17 Dec 2022 01:32:22 -0500 Received: from mail-4319.protonmail.ch ([185.70.43.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6Qk4-0007cr-HC for guix-patches@gnu.org; Sat, 17 Dec 2022 01:32:18 -0500 Date: Sat, 17 Dec 2022 06:31:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=wyyrtg5szza23bkww4fgcfvmm4.protonmail; t=1671258726; x=1671517926; bh=KeO/dH2KE5BR/Q1eKdgyEXFXbUM7xlXYMEOan/lYOSA=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=MBjQlDB7c4ENB1oLt+ebBjV6GngKhhBpB9WDh2YCTV4SMEltjtF5/n3yPLsD5Iqqb iKy3hluFZ9AJUDVSXqzrrZlTf8EunVNSMHS0QXZjVbhOMiVNb2k8kwzAY9f61nzxYP wGA3PAQTMhNAJt+lHss1Y0wkqb6lKx/u+6v7+40p26it4g/KvUWzE8xew2ediE0CBW jJ1AgyDYEDCLX/hg+wfLhBsONfb+2ZlLQ8DkTRULKGNj0e3AUeuiMnx9a3YntodLBZ I6dKeXiCevJabtcowUdDLBf0i+XwMbT0Vq0jwjJY/VnzGtcIcNBYDqMtSqovncBklY OLFlP6I2hNzmw== To: "guix-patches@gnu.org" From: Sughosha Subject: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.19; envelope-from=Sughosha@proton.me; helo=mail-4319.protonmail.ch 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_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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.3 (--) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to= 69. --- gnu/packages/gnome-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 8be9c55..f825d20 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -361,16 +361,16 @@ copy, move, delete, or edit your files.") (define-public gnome-shell-extension-unite-shell (package (name "gnome-shell-extension-unite-shell") - (version "65") + (version "69") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/hardpixel/unite-shell") - (commit "127edac6396b89cdedec003bdff38820e6a0f91f"))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1lzhf7hlvzg62nxjfpv265315qibcjz5dv08dzpfckf2dx68nab4")))) + "10yh6ylyp43ykcza180iak08wfypay3raqf3p0vrj9ngm98qzq70")))) (build-system copy-build-system) (native-inputs (list `(,glib "bin") gettext-minimal)) (inputs (list xprop)) -- libgit2 1.4.3 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 24 01:34:46 2022 Received: (at 60149-done) by debbugs.gnu.org; 24 Dec 2022 06:34:46 +0000 Received: from localhost ([127.0.0.1]:41143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8y7J-0001vq-TU for submit@debbugs.gnu.org; Sat, 24 Dec 2022 01:34:46 -0500 Received: from mail-wm1-f68.google.com ([209.85.128.68]:35399) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8y7I-0001vf-Qe for 60149-done@debbugs.gnu.org; Sat, 24 Dec 2022 01:34:45 -0500 Received: by mail-wm1-f68.google.com with SMTP id m8-20020a05600c3b0800b003d96f801c48so2129406wms.0 for <60149-done@debbugs.gnu.org>; Fri, 23 Dec 2022 22:34:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=UWrCwsYCFZE4Mww9td4ivIdy1jHYHhXcpRKFmWXEu28=; b=Qn55eDAuMz6aZzQIhhRYMp1mqBNkGhhYch/1OwVcew6tILnHYbK//i8EgAglEBF3AE opc4VoH5L6lDky0Je/0U3XtWPPQLofflTKYZCVYpiWh0JWyCCYthYJB248RzYvTxPrcj IErXwZHaHo/R/T6mrCoQIOlC3Ib+V3nRGkdJCBa1Mvc6VWL2pL6q7+9YrC41OxyzKJUY XDKOe7Ld02jnkD7p5mvpljiA5sLTVVdvIBEHspZNrUOxBkIavhJR+jkIiwERkR546Q5C uTUZXePxPaQBoZX+PXf0L5ZYkWVF7Fbw8AjzOvCphEKtCCAcZIjXojJDX2V1MKCpQWfn W1ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=UWrCwsYCFZE4Mww9td4ivIdy1jHYHhXcpRKFmWXEu28=; b=lVmiskjRmjbCQ20o4uSfaMyKhFj1H3XxP2YUP9lV+gMGpNVzhiFVgraj6KoiOHtv+V ifK/vuwzzeKhvkdUNTpsoau/2Iimo2t+dqLuLkO9fqpOXkD4BYLPOF3qZ48q4IJwlGf1 clPq8+mqG/1lA8wpHSaDmD1loaNNCPlqqMBDNwGiQvhNe6L2yVp5J14tNFlNEMCPewek qGwAWMTS6GXxZvZSeBv6v7BUw8XIDVmFAw6jTDTWD6AGAkgM0Bzgv3gckpXLhzUbQHsX 33S7Y4LErNw9kxxDL7Wb3ebedJJdKLIXJQhW1d7Lpv8YBT/EjTusS46tB9HfoEYOSuF9 pKVw== X-Gm-Message-State: AFqh2ko6dU0jH1DCgvhM+iXDI+aWx8osZBE6uJrWAgkn/qbHE0bQwxFm 152RNYZd+T5cv6aFPUJkrsXNynLJOvk= X-Google-Smtp-Source: AMrXdXv+PGrCK0UpzzN1jF2C9v5gC3MShAA6noiGlZOn6eGZBClYR8iEk0fuzcXdErsUq2EbPcqXJA== X-Received: by 2002:a05:600c:4fd4:b0:3d3:4877:e556 with SMTP id o20-20020a05600c4fd400b003d34877e556mr9255001wmq.29.1671863679289; Fri, 23 Dec 2022 22:34:39 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id r13-20020a05600c458d00b003d34f170487sm14665968wmo.0.2022.12.23.22.34.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Dec 2022 22:34:38 -0800 (PST) Message-ID: <9de7168140201700ec9a4aac36371ef045a95fbe.camel@gmail.com> Subject: Re: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 From: Liliana Marie Prikler To: Sughosha , 60149-done@debbugs.gnu.org Date: Sat, 24 Dec 2022 07:34:37 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60149-done 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.0 (-) Am Samstag, dem 17.12.2022 um 06:31 +0000 schrieb Sughosha: > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): > Update to 69. Pushed with a fixed title. Cheers From unknown Wed Jun 18 23:02: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: Sat, 21 Jan 2023 12:24:05 +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