[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-so-long: Update to 1.1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-so-long: Update to 1.1.2. |
Date: |
Sun, 19 Sep 2021 10:08:15 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5e74566 gnu: emacs-so-long: Update to 1.1.2.
5e74566 is described below
commit 5e745662661153452c6e6b6664fc8335dc79d5b4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 19 16:07:32 2021 +0200
gnu: emacs-so-long: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-so-long): Update to 1.1.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65c69ac..1a42428 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-so-long: Update to 1.1.2.,
guix-commits <=