Archived
1
0
Fork 0

gnu: emacs-ctrlf: Update to 1.5.

* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.5.
This commit is contained in:
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

View file

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