gnu: emacs-extmap: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.3.master
parent
63f51e0cf5
commit
af71e08589
|
@ -35966,7 +35966,7 @@ and Emacs lisp commands.")
|
||||||
(define-public emacs-extmap
|
(define-public emacs-extmap
|
||||||
(package
|
(package
|
||||||
(name "emacs-extmap")
|
(name "emacs-extmap")
|
||||||
(version "1.2.1")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -35975,7 +35975,7 @@ and Emacs lisp commands.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00415w4l9wfpw9v0a35dm1av2w1m6s36yr9f9286jg844x6l375f"))))
|
(base32 "1djqvqxjhc8rzzcrwby2jwbj73q7m5368jv0b011dnnq11rinna4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/doublep/extmap")
|
(home-page "https://github.com/doublep/extmap")
|
||||||
(synopsis "Externally-stored constant mapping for Emacs Lisp")
|
(synopsis "Externally-stored constant mapping for Emacs Lisp")
|
||||||
|
|
Reference in New Issue