me
/
guix
Archived
1
0
Fork 0

gnu: emacs-extmap: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -35966,7 +35966,7 @@ and Emacs lisp commands.")
(define-public emacs-extmap
(package
(name "emacs-extmap")
(version "1.2.1")
(version "1.3")
(source
(origin
(method git-fetch)
@ -35975,7 +35975,7 @@ and Emacs lisp commands.")
(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")