gnu: emacs-ctrlf: Update to 1.4.

* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.4.
This commit is contained in:
Nicolas Goaziou 2021-12-29 15:00:36 +01:00
parent ccd9d07de0
commit 7281bb071e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2438,7 +2438,7 @@ (define-public emacs-gcmh
(define-public emacs-ctrlf
(package
(name "emacs-ctrlf")
(version "1.3")
(version "1.4")
(source
(origin
(method git-fetch)
@ -2447,7 +2447,7 @@ (define-public emacs-ctrlf
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06wq6scqy2ax0h6aahy2r7hn3bbmkzl4w99bkrc3cqd4ij78sc8g"))))
(base32 "04w708g7d1pnsc18h8fjyqkhk08jkq853alaidriamxyycvdwk0i"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/ctrlf/")
(synopsis "Single-buffer text search in Emacs")