From unknown Wed Jun 18 23:04:02 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#76491 <76491@debbugs.gnu.org> To: bug#76491 <76491@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-popper: Update to 0.4.8. Reply-To: bug#76491 <76491@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:02 +0000 retitle 76491 [PATCH] gnu: emacs-popper: Update to 0.4.8. reassign 76491 guix-patches submitter 76491 Liam Hupfer severity 76491 normal tag 76491 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 22 16:58:12 2025 Received: (at submit) by debbugs.gnu.org; 22 Feb 2025 21:58:12 +0000 Received: from localhost ([127.0.0.1]:57503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlxVj-0001uB-Mb for submit@debbugs.gnu.org; Sat, 22 Feb 2025 16:58:12 -0500 Received: from lists.gnu.org ([2001:470:142::17]:42310) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tlxVf-0001tX-Vj for submit@debbugs.gnu.org; Sat, 22 Feb 2025 16:58:09 -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 1tlxVY-0003Bu-U8 for guix-patches@gnu.org; Sat, 22 Feb 2025 16:58:01 -0500 Received: from out-182.mta0.migadu.com ([2001:41d0:1004:224b::b6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tlxVW-0001gn-Hn for guix-patches@gnu.org; Sat, 22 Feb 2025 16:58:00 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpfr.net; s=key1; t=1740261474; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=a0QAg/ucymfAZomv3KVb3D+7A9ObJHETjlMPj2owUOU=; b=ITp7tAZqTvc7nxdSl0uvvkhuxMk6kMTOyZQHwjqleFrgb+VdmpmZxRvMZ5l9hwdNTNqrw/ 2FTbeIx+OFATQhtQ6UiSOd24zD/5vyr0ziIDU3gTZYQsMVqWdSFaBLnqmlwdvNCoTwes0S +fgZc+lDGEVGL8l6qNaoOkx/G/iKYPbJmleYxRU5qpUpavBcsSkCI30dcXtmtA1yOOXmuB 0LZWM0srpYGmvi/s4T7MnEH8fcYA+B+KnE7SGuzJD7DAhCXGbXsbzHBGJBcSEdv7de7Hg/ 7WFmmm33bNqrX5uIZDVfK9424zh0zU86qI9fmegiy8lmtcBH4Bc3IbAevjrYRQ== From: Liam Hupfer To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-popper: Update to 0.4.8. Date: Sat, 22 Feb 2025 15:57:41 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Andrew Tropin , Divya Ranjan Pattanaik , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b6; envelope-from=liam@hpfr.net; helo=out-182.mta0.migadu.com 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Liam Hupfer 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: -0.1 (/) The previous Guix version, 0.45, was propagated from an upstream typo for 0.4.5. This likely prevented ‘guix refresh’ from updating the package. * gnu/packages/emacs-xyz.scm (emacs-popper): Update to 0.4.8. Change-Id: I7ec81b81c90bb6e05cf764d01caf948427e922b7 --- gnu/packages/emacs-xyz.scm | 39 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e6bc0bba1d..843d6e5962 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11488,28 +11488,25 @@ (define-public emacs-popup-kill-ring (license license:gpl3+)))) (define-public emacs-popper - ;; No tagged release upstream for version 0.45. The commit below matches - ;; version bump. - (let ((commit "851d83882192ac9599ac5b053614a42d683b3fab")) - (package - (name "emacs-popper") - (version "0.45") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/karthink/popper") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0pk5wzqlz7n6v8rb1957i3ql0wjx578l68a3rp2m9pxr7a8a03h4")))) - (build-system emacs-build-system) - (home-page "https://github.com/karthink/popper") - (synopsis "Emacs minor-mode to summon and dismiss buffers easily") - (description - "Popper is a minor-mode to tame the flood of ephemeral + (package + (name "emacs-popper") + (version "0.4.8") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/karthink/popper") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1x1nnc0li8jd609lnmmax2hl69wmbq84c6b2mdg0wb7zf0k29lba")))) + (build-system emacs-build-system) + (home-page "https://github.com/karthink/popper") + (synopsis "Emacs minor-mode to summon and dismiss buffers easily") + (description + "Popper is a minor-mode to tame the flood of ephemeral windows Emacs produces, while still keeping them within arm’s reach.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-pydoc ;; https://github.com/statmobile/pydoc/issues/31 base-commit: 6cd8c5849666af658c4b2e3bd4436e1a77691e41 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 01 12:42:58 2025 Received: (at 76491) by debbugs.gnu.org; 1 Mar 2025 17:42:58 +0000 Received: from localhost ([127.0.0.1]:43017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1toQrZ-0000lz-T6 for submit@debbugs.gnu.org; Sat, 01 Mar 2025 12:42:58 -0500 Received: from fhigh-b4-smtp.messagingengine.com ([202.12.124.155]:42875) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1toQrX-0000kw-Al for 76491@debbugs.gnu.org; Sat, 01 Mar 2025 12:42:55 -0500 Received: from phl-compute-01.internal (phl-compute-01.phl.internal [10.202.2.41]) by mailfhigh.stl.internal (Postfix) with ESMTP id C0FCE25401BF; Sat, 1 Mar 2025 12:42:49 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-01.internal (MEProxy); Sat, 01 Mar 2025 12:42:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:subject:subject:to:to; s=fm3; t=1740850969; x=1740937369; bh=gg3qxhTztHV8+NTcq8TWA6ah8zc9rfVB ue4oFHZFPn4=; b=AqoDTRdWqGSWIoXMC8y5r8MpLCazGTkGlg+3TJHj2hNL5oJ6 U4Rs3dMWuAKLfRHbRA5YGIPXzfMX5gQKucluDBpu0sE6ALiKbqL4saZ/pSuhhQkd mB3E1CNpNpYnALltRVjP0wTwIqg4BHhHs4cZI6wt3294dRt6Fzi0wvSI+HKnQO6h jPfvik4KFwfJQLmlNQHtpc619TO0XPjI0e/CV+mcwrpUH8bYM3/x8mlrbqZbdNMn ceDUqU0Ws0w2WPO1zSpw7sArpSKyFwCw+LeKjSvK0mI3sYBvzHaNFHAePjH9Meee V/E7SKPjqP48jJngYi5fRVWTyKSm8zSUwuOhxQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1740850969; x= 1740937369; bh=gg3qxhTztHV8+NTcq8TWA6ah8zc9rfVBue4oFHZFPn4=; b=w vl1uM9hMHLWi6qNEUU16X4aENWqOfEj4LFJ2WcWKH5VjIbsrBs/Jyrn9R2Tk97wT 6Oi8rbJebZ+VqgLZVser828xHnGyXpgF/A7JMp3P44ItTkEx90NKRpLMRALrZ7eR n9AldNuzglf2s5DNrC8cnOHddGJ1iMZx2X7MNERt9dO67hYagLLlPFpzfVCCw3W7 WSSpXgkocXyf7cLJ1pau+2dpTyn8Kuk3VCbC1T/WZdIms2EulxzoGSqC+kB763fO M+IkPPnpTOVmdR7WXJYRnj6/r8hjHzDeBiNK7bzp7hxjxiWROw3Vj2BR3ShvfiD6 OgxDzVWL4GK0T0Dl4PBDg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdelfeelfecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvfevufgffffkgggtsehttdertddtredtnecu hfhrohhmpefkrghnucfguhhrvgcuoehirghnsehrvghtrhhoshhpvggtrdhtvheqnecugg ftrfgrthhtvghrnhepfeeggedtvddujedvvdefleejheeljeffveehveffuefghffffeel kefhhfethfetnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepihgrnhesrhgvthhrohhsphgvtgdrthhvpdhnsggprhgtphhtthhopedvpdhmohgu vgepshhmthhpohhuthdprhgtphhtthhopeejieegleduseguvggssghughhsrdhgnhhurd horhhgpdhrtghpthhtoheplhhirghmsehhphhfrhdrnhgvth X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 1 Mar 2025 12:42:48 -0500 (EST) From: Ian Eure To: Liam Hupfer Subject: Re: [bug#76491] [PATCH] gnu: emacs-popper: Update to 0.4.8. User-Agent: mu4e 1.12.8; emacs 29.4 Date: Sat, 01 Mar 2025 09:42:48 -0800 Message-ID: <87zfi4d4vb.fsf@retrospec.tv> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76491 Cc: 76491@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 (-) Hi Liam, Pushed as 256bee7d0b. Thanks, -- Ian From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 01 12:43:02 2025 Received: (at control) by debbugs.gnu.org; 1 Mar 2025 17:43:02 +0000 Received: from localhost ([127.0.0.1]:43024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1toQre-0000mi-Ey for submit@debbugs.gnu.org; Sat, 01 Mar 2025 12:43:02 -0500 Received: from fhigh-b4-smtp.messagingengine.com ([202.12.124.155]:56703) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1toQrd-0000lW-1C for control@debbugs.gnu.org; Sat, 01 Mar 2025 12:43:01 -0500 Received: from phl-compute-08.internal (phl-compute-08.phl.internal [10.202.2.48]) by mailfhigh.stl.internal (Postfix) with ESMTP id 973F325400B3 for ; Sat, 1 Mar 2025 12:42:55 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-08.internal (MEProxy); Sat, 01 Mar 2025 12:42:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:content-type:date:date:from:from:in-reply-to:message-id :reply-to:subject:subject:to:to; s=fm3; t=1740850975; x= 1740937375; bh=KWNco1lrMr1YMzLeCoYMj16DoHN2PIz2WLoXYMfe0nA=; b=C HsGSvDtLW/KWrEHotBlmqybtFPwRW4OUODYC5GBZSUPz982P7KpZtBfU3zokIvJE yEX39XBEVb9p2h/gvTt8NgbixmFDAbsydIwLbTLYQIughx5ycY9LU1kDdX2rP+Tr mjZ6Fr1/z2OD777wmRxY0g11UuEowB0So0yns2FFsh0F0Um82bZI+MdPqCOLL2n6 odL4x+U0h64EB+UfMbK75ji476U7FSl7rXpPXSaYepXmTH7sSXjR4rIh/7UcajlW nqD18KOxTL5B5JfIPJfR4pOLh8eICT5vtJbgnlzd+XHtG83oON0LqKr02DfszYh1 6YOlaog3q8JSXiGdqfTsQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1740850975; x=1740937375; bh=KWNco1lrMr1YMzLeCoYMj16DoHN2 PIz2WLoXYMfe0nA=; b=WrxPaxbz5aFEw1LjqYvPB8Vg9DHYb9RTmkMxqFx/zFL8 Jpgw8PAzpQRoAqNlKnFs0lT/Fv7HB4FOTvXO77CgQI8XqSFzqEj8i8/AgOpB2HP1 Bf1rOVttfN9it00FZc1/a2PwiXO4vxgs42tcXY3j8xRkOUEQ1oEWJDnT9/maNTH5 6wMhpmhRk0ZDNbIbjcpTAx+ooVQQhbS6L2guRG9/XwH3V2Yk3ljsa++xstxop2Nx vfRWatzfc+H1SPmBBVBwlLem3/huiGrOn/EyVtQrYrDcRx3us6QodDDCAtlYa3bp Q1l2n9dhvTNlmqV8SZyJ7iwrnYB0ePR3+12TBCdaew== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdelfeelvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecunecujfgurhepfffkvf fhufestddtredttddttdenucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhesrhgvthhr ohhsphgvtgdrthhvqeenucggtffrrghtthgvrhhnpeetkeejhfefhfetieegkeehheevvd efgffggeevffdtvddufeehiefgteeiueehkeenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehirghnsehrvghtrhhoshhpvggtrdhtvhdpnhgspg hrtghpthhtohepuddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtoheptghonhhtrhho lhesuggvsggsuhhgshdrghhnuhdrohhrgh X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Sat, 1 Mar 2025 12:42:54 -0500 (EST) Date: Sat, 01 Mar 2025 09:42:54 -0800 Message-Id: <87y0xod4v5.fsf@retrospec.tv> To: control@debbugs.gnu.org From: Ian Eure Subject: control message for bug #76491 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) close 76491 quit From unknown Wed Jun 18 23:04:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 30 Mar 2025 11:24:39 +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