mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-map: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.1.
This commit is contained in:
parent
78007e12a2
commit
ee467c853a
1 changed files with 2 additions and 2 deletions
|
@ -28872,7 +28872,7 @@ (define-public emacs-inf-janet
|
|||
(define-public emacs-map
|
||||
(package
|
||||
(name "emacs-map")
|
||||
(version "3.0")
|
||||
(version "3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -28880,7 +28880,7 @@ (define-public emacs-map
|
|||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"00wf8lgh1b1i5l838y6di8194rf5gf5djklkhmxj1nlikz66j2ls"))))
|
||||
"1akkp34psm71ylbf1i02m56ga1dkswhz069j98amixrhw20hq4nx"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://elpa.gnu.org/packages/map.html")
|
||||
(synopsis "Map manipulation functions")
|
||||
|
|
Loading…
Reference in a new issue