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>
This commit is contained in:
		
							parent
							
								
									7dc22e2c6a
								
							
						
					
					
						commit
						ef13b01a21
					
				
					 1 changed files with 19 additions and 20 deletions
				
			
		|  | @ -81,6 +81,7 @@ | ||||||
| ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net> | ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net> | ||||||
| ;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com> | ;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com> | ||||||
| ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org> | ;;; 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. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -6682,27 +6683,25 @@ regardless of @code{highlight-symbol-idle-delay}. | ||||||
|       (license license:gpl2+)))) |       (license license:gpl2+)))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-symbol-overlay | (define-public emacs-symbol-overlay | ||||||
|   (let ((commit "e40a7c407f24158c45eaa5f54ed41f5e416a51dc") |   (package | ||||||
|         (revision "1")) |     (name "emacs-symbol-overlay") | ||||||
|     (package |     (version "4.2") | ||||||
|       (name "emacs-symbol-overlay") |     (source | ||||||
|       (version (git-version "4.1" revision commit)) |      (origin | ||||||
|       (source |        (method git-fetch) | ||||||
|        (origin |        (uri (git-reference | ||||||
|          (method git-fetch) |              (url "https://github.com/wolray/symbol-overlay") | ||||||
|          (uri (git-reference |              (commit version))) | ||||||
|                (url "https://github.com/wolray/symbol-overlay") |        (file-name (git-file-name name version)) | ||||||
|                (commit commit))) |        (sha256 | ||||||
|          (file-name (git-file-name name version)) |         (base32 "10n0871xzycifyqp73xnbqmrgy60imlb26yhm3p6vfj3d84mg1b2")))) | ||||||
|          (sha256 |     (build-system emacs-build-system) | ||||||
|           (base32 "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7")))) |     (home-page "https://github.com/wolray/symbol-overlay") | ||||||
|       (build-system emacs-build-system) |     (synopsis "Highlight symbols and perform various search operations on them") | ||||||
|       (home-page "https://github.com/wolray/symbol-overlay") |     (description | ||||||
|       (synopsis "Highlight symbols and perform various search operations on them") |      "This package provides functions for highlighting and navigating | ||||||
|       (description |  | ||||||
|        "This package provides functions for highlighting and navigating |  | ||||||
| between symbols.") | between symbols.") | ||||||
|       (license license:gpl3+)))) |     (license license:gpl3+))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-hl-todo | (define-public emacs-hl-todo | ||||||
|   (package |   (package | ||||||
|  |  | ||||||
		Reference in a new issue