gnu: emacs-extmap: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.2.
This commit is contained in:
Nicolas Goaziou 2021-10-17 21:13:48 +02:00
parent e5cf825f3b
commit 5fd4047933
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28745,7 +28745,7 @@ (define-public emacs-tshell
(define-public emacs-extmap
(package
(name "emacs-extmap")
(version "1.1.1")
(version "1.2")
(source
(origin
(method git-fetch)
@ -28754,8 +28754,7 @@ (define-public emacs-extmap
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"09kia3mr4si8kn46kyiza9nl669b22vmgc70ng3mqz742lph5siw"))))
(base32 "0dl630jl46jz5slpv28l8b745051ghp0g296x5180vl5v88v3hsl"))))
(build-system emacs-build-system)
(home-page "https://github.com/doublep/extmap")
(synopsis "Externally-stored constant mapping for Emacs Lisp")