1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: emacs-popper: Update to 0.4.8.

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
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Liam Hupfer 2025-02-22 15:57:41 -06:00 committed by Ian Eure
parent 12c41b30bd
commit 256bee7d0b
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -11607,28 +11607,25 @@ autocomplete style popup menu.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-popper (define-public emacs-popper
;; No tagged release upstream for version 0.45. The commit below matches (package
;; version bump. (name "emacs-popper")
(let ((commit "851d83882192ac9599ac5b053614a42d683b3fab")) (version "0.4.8")
(package (source
(name "emacs-popper") (origin
(version "0.45") (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/karthink/popper")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/karthink/popper") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "1x1nnc0li8jd609lnmmax2hl69wmbq84c6b2mdg0wb7zf0k29lba"))))
(sha256 (build-system emacs-build-system)
(base32 (home-page "https://github.com/karthink/popper")
"0pk5wzqlz7n6v8rb1957i3ql0wjx578l68a3rp2m9pxr7a8a03h4")))) (synopsis "Emacs minor-mode to summon and dismiss buffers easily")
(build-system emacs-build-system) (description
(home-page "https://github.com/karthink/popper") "Popper is a minor-mode to tame the flood of ephemeral
(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 arms reach.") windows Emacs produces, while still keeping them within arms reach.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-pydoc (define-public emacs-pydoc
;; https://github.com/statmobile/pydoc/issues/31 ;; https://github.com/statmobile/pydoc/issues/31