gnu: emacs-extmap: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.3.
This commit is contained in:
Nicolas Goaziou 2023-10-03 19:08:10 +02:00
parent 63f51e0cf5
commit af71e08589
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")