me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ctrlf: Update to 1.5.

* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.5.
master
Nicolas Goaziou 2022-06-27 23:18:24 +02:00
parent ce4abdd450
commit 93eeaab4a8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2724,7 +2724,7 @@ is set.")
(define-public emacs-ctrlf
(package
(name "emacs-ctrlf")
(version "1.4")
(version "1.5")
(source
(origin
(method git-fetch)
@ -2733,7 +2733,7 @@ is set.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04w708g7d1pnsc18h8fjyqkhk08jkq853alaidriamxyycvdwk0i"))))
(base32 "1nd1yk86s0dyf87q77dg724f6629p270q3ar85jgp8gclw5plvyz"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/ctrlf/")
(synopsis "Single-buffer text search in Emacs")