gnu: emacs-so-long: Update to 1.0-2.cfae473.
* gnu/packages/emacs-xyz.scm (emacs-so-long): Update to 1.0-2.cfae473. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
aca6091b05
commit
fef08850b7
|
@ -13772,12 +13772,11 @@ server with @code{M-x pinentry-start}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-so-long
|
(define-public emacs-so-long
|
||||||
(let ((commit "3ebe97decdb5cbbfba82ca686e0ad2c7d2722b4a")
|
(let ((commit "cfae473b1bf65f78ddb015159e667ec0103d881c")
|
||||||
(version "1.0")
|
(revision "2"))
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-so-long")
|
(name "emacs-so-long")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "1.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13787,7 +13786,7 @@ server with @code{M-x pinentry-start}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fi71g5rsdsi978jz8406k8hvzgnssm9wxar8yqfhs97178r9s5m"))))
|
"0g943n5cl9lz5s7hszg6yvp10xd1xvd8mfgxyg0yckmp8fqkswin"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://www.emacswiki.org/emacs/SoLong")
|
(home-page "https://www.emacswiki.org/emacs/SoLong")
|
||||||
(synopsis "Improve performance in files with long lines")
|
(synopsis "Improve performance in files with long lines")
|
||||||
|
|
Loading…
Reference in New Issue