GNU bug report logs -
#78177
[PATCH] gnu: emacs-fzf: Update to 641aef3
Previous Next
Reported by: nlif-m <m.payunen <at> gumrfradio.ru>
Date: Thu, 1 May 2025 06:21:03 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 8 May 2025 21:27:59 +0200
with message-id <aB0Fv-bG4lpZRPD0 <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #78177,
regarding [PATCH] gnu: emacs-fzf: Update to 641aef3
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78177: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78177
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: nlif-m <m.payunen <at> gmail.com>
Change-Id: I19ee1a7cfffa45e9d84b112f431cef18884949d8
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d10fb7737..7c35b059a3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2220,30 +2220,32 @@ (define-public emacs-meyvn
(license license:gpl3+))))
(define-public emacs-fzf
- (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
+ (let ((commit "641aef33c88df3733f13d559bcb2acc548a4a0c3")
(revision "0"))
(package
(name "emacs-fzf")
(version (git-version "0.2" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/bling/fzf.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0gdqjh8996hb06bnnyhi94k69mjfrzyfgq00a9s4wwagv28sqmkj"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bling/fzf.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nyvam5jg4gih0x2rvwr4jn97lyhaic3adpdxpdfx682ckj1k2vp"))))
(build-system emacs-build-system)
(arguments
(list
- #:tests? #f ;no tests
+ #:tests? #f ;no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-fzf-executable
(lambda* (#:key inputs #:allow-other-keys)
(emacs-substitute-variables "fzf.el"
- ("fzf/executable" (search-input-file inputs "/bin/fzf"))))))))
+ ("fzf/executable" (search-input-file
+ inputs
+ "/bin/fzf"))))))))
(inputs (list fzf))
(home-page "https://github.com/bling/fzf.el")
(synopsis "Emacs front-end for Fzf finder")
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Close.
Andreas
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.