mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: emacs-extmap: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.3.
This commit is contained in:
parent
63f51e0cf5
commit
af71e08589
1 changed files with 2 additions and 2 deletions
|
@ -35966,7 +35966,7 @@ (define-public emacs-tshell
|
|||
(define-public emacs-extmap
|
||||
(package
|
||||
(name "emacs-extmap")
|
||||
(version "1.2.1")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -35975,7 +35975,7 @@ (define-public emacs-extmap
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00415w4l9wfpw9v0a35dm1av2w1m6s36yr9f9286jg844x6l375f"))))
|
||||
(base32 "1djqvqxjhc8rzzcrwby2jwbj73q7m5368jv0b011dnnq11rinna4"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/doublep/extmap")
|
||||
(synopsis "Externally-stored constant mapping for Emacs Lisp")
|
||||
|
|
Loading…
Reference in a new issue