mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-symbol-overlay: Update to 4.3.
* gnu/packages/emacs-xyz.scm (emacs-symbol-overlay): Update to 4.3. Change-Id: Ie4f4cbc20620a21d5fc0d1e9e93b6c4edf1b3ab9
This commit is contained in:
parent
9c79eb3cd9
commit
01a21970aa
1 changed files with 2 additions and 2 deletions
|
@ -13002,7 +13002,7 @@ (define-public emacs-highlight-symbol
|
|||
(define-public emacs-symbol-overlay
|
||||
(package
|
||||
(name "emacs-symbol-overlay")
|
||||
(version "4.2")
|
||||
(version "4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13011,7 +13011,7 @@ (define-public emacs-symbol-overlay
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10n0871xzycifyqp73xnbqmrgy60imlb26yhm3p6vfj3d84mg1b2"))))
|
||||
(base32 "0xqzn4j27xny3gmjan9phcl60zipp49p79nv57i7mpz8y0qahc59"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/wolray/symbol-overlay")
|
||||
(synopsis "Highlight symbols and perform various search operations on them")
|
||||
|
|
Loading…
Reference in a new issue