[PATCH 2/2] gnu: Update emacs-popwin to 1.0.2.-2.58adcd0.

  • Open
  • quality assurance status badge
Details
One participant
  • Rostislav Svoboda
Owner
unassigned
Submitted by
Rostislav Svoboda
Severity
normal

Debbugs page

Rostislav Svoboda wrote 4 months ago
(address . guix-patches@gnu.org)(name . Rostislav Svoboda)(address . Rostislav.Svoboda@gmail.com)
1e1700c594f7c9bdb852c76b5b275e8a756de398.1730382156.git.Rostislav.Svoboda@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-popwin): Update to 1.0.2.-2.58adcd0.

Change-Id: Ie7ee892b737310a002a6e74bd5138b041eaf30bd
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46fee0b7d6..d13d92731f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15770,8 +15770,8 @@ (define-public emacs-find-file-in-project
(license license:gpl3+)))
(define-public emacs-popwin
- (let ((commit "215d6cb509b11c63394a20666565cd9e9b2c2eab")
- (revision "1"))
+ (let ((commit "58adcd0ca7c3dbd58626ec7019252d64cbc73042")
+ (revision "2"))
(package
(name "emacs-popwin")
(version (git-version "1.0.2" revision commit))
@@ -15783,7 +15783,7 @@ (define-public emacs-popwin
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1x1iimzbwb5izbia6aj6xv49jybzln2qxm5ybcrcq7xync5swiv1"))))
+ (base32 "1mqwzc6fwhwq1kl8b3i1hm2ylfh8blrxrw6mzr5wyifbwpg7dq10"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacsorphanage/popwin")
(synopsis "Popup window manager for Emacs")
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74136@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74136
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help