[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-symbol-overlay: Update to 4.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-symbol-overlay: Update to 4.2. |
Date: |
Mon, 19 Oct 2020 03:40:40 -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 ef13b01 gnu: emacs-symbol-overlay: Update to 4.2.
ef13b01 is described below
commit ef13b01a2148cdb03d2972da27a80719c52853bd
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sun Oct 18 10:16:02 2020 +0800
gnu: emacs-symbol-overlay: Update to 4.2.
* gnu/packages/emacs-xyz.scm(emacs-symbol-overlay): Update to 4.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index da11838..c7befae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -81,6 +81,7 @@
;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com>
;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
+;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6682,27 +6683,25 @@ regardless of @code{highlight-symbol-idle-delay}.
(license license:gpl2+))))
(define-public emacs-symbol-overlay
- (let ((commit "e40a7c407f24158c45eaa5f54ed41f5e416a51dc")
- (revision "1"))
- (package
- (name "emacs-symbol-overlay")
- (version (git-version "4.1" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/wolray/symbol-overlay")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/wolray/symbol-overlay")
- (synopsis "Highlight symbols and perform various search operations on
them")
- (description
- "This package provides functions for highlighting and navigating
+ (package
+ (name "emacs-symbol-overlay")
+ (version "4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/wolray/symbol-overlay")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10n0871xzycifyqp73xnbqmrgy60imlb26yhm3p6vfj3d84mg1b2"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/wolray/symbol-overlay")
+ (synopsis "Highlight symbols and perform various search operations on
them")
+ (description
+ "This package provides functions for highlighting and navigating
between symbols.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-hl-todo
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-symbol-overlay: Update to 4.2.,
guix-commits <=