GNU bug report logs - #76491
[PATCH] gnu: emacs-popper: Update to 0.4.8.

Previous Next

Package: guix-patches;

Reported by: Liam Hupfer <liam <at> hpfr.net>

Date: Sat, 22 Feb 2025 21:59:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76491 in the body.
You can then email your comments to 76491 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76491; Package guix-patches. (Sat, 22 Feb 2025 21:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liam Hupfer <liam <at> hpfr.net>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sat, 22 Feb 2025 21:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liam Hupfer <liam <at> hpfr.net>
To: guix-patches <at> gnu.org
Cc: Liam Hupfer <liam <at> hpfr.net>
Subject: [PATCH] gnu: emacs-popper: Update to 0.4.8.
Date: Sat, 22 Feb 2025 15:57:41 -0600
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





Information forwarded to guix-patches <at> gnu.org:
bug#76491; Package guix-patches. (Sat, 01 Mar 2025 17:43:01 GMT) Full text and rfc822 format available.

Message #8 received at 76491 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Liam Hupfer <liam <at> hpfr.net>
Cc: 76491 <at> debbugs.gnu.org
Subject: Re: [bug#76491] [PATCH] gnu: emacs-popper: Update to 0.4.8.
Date: Sat, 01 Mar 2025 09:42:48 -0800
Hi Liam,

Pushed as 256bee7d0b.

Thanks,
 -- Ian




bug closed, send any further explanations to 76491 <at> debbugs.gnu.org and Liam Hupfer <liam <at> hpfr.net> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 01 Mar 2025 17:44:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 30 Mar 2025 11:24:39 GMT) Full text and rfc822 format available.

This bug report was last modified 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.