me
/
guix
Archived
1
0
Fork 0

gnu: emacs-map: Update to 3.2.1.

* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.2.1.
master
Nicolas Goaziou 2021-09-29 15:21:10 +02:00
parent edcc9ebc03
commit a081f18e14
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -29145,7 +29145,7 @@ s-expression.")
(define-public emacs-map
(package
(name "emacs-map")
(version "3.2")
(version "3.2.1")
(source
(origin
(method url-fetch)
@ -29153,7 +29153,7 @@ s-expression.")
version ".tar"))
(sha256
(base32
"1ikgrwzzdz77qbflsccd63w8l4zs5zx9iarxn33kgx2dqrq2dmc6"))))
"1vy231m2fm5cgz5nib14ib7ifprajhnbmzf6x4id48h2491m1n24"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/map.html")
(synopsis "Map manipulation functions")