me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ctrlf: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.3.
master
Nicolas Goaziou 2021-03-07 17:51:51 +01:00
parent ba35d2b565
commit acec0d9f5d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2058,7 +2058,7 @@ is set.")
(define-public emacs-ctrlf
(package
(name "emacs-ctrlf")
(version "1.2")
(version "1.3")
(source
(origin
(method git-fetch)
@ -2067,7 +2067,7 @@ is set.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1f0k3432brc96am6az6xr1nks1vacqzixhdgwfn2xklb8if9a5xi"))))
(base32 "06wq6scqy2ax0h6aahy2r7hn3bbmkzl4w99bkrc3cqd4ij78sc8g"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/ctrlf/")
(synopsis "Single-buffer text search in Emacs")