me
/
guix
Archived
1
0
Fork 0

gnu: emacs-so-long: Update to 1.1.2.

* gnu/packages/emacs-xyz.scm (emacs-so-long): Update to 1.1.2.
master
Nicolas Goaziou 2021-09-19 16:07:32 +02:00
parent a67d6c0c55
commit 5e74566266
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -21159,7 +21159,7 @@ server with @code{M-x pinentry-start}.")
(define-public emacs-so-long
(package
(name "emacs-so-long")
(version "1.1")
(version "1.1.2")
(source
(origin
(method git-fetch)
@ -21169,7 +21169,7 @@ server with @code{M-x pinentry-start}.")
(file-name (git-file-name name version))
(sha256
(base32
"1d886fgsbly7wpm6ppll45yq3y87a27wy5c6m0gqxq5jb4q0q7d2"))))
"06a76ajfqgz48yqvvyhi5b9zss9c6h4xz6acg98ibg0v99v9k5pz"))))
(build-system emacs-build-system)
(home-page "https://www.emacswiki.org/emacs/SoLong")
(synopsis "Improve performance in files with long lines")