mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: emacs-map: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.3.1.
This commit is contained in:
parent
bf5e78d59f
commit
48b643f5fa
1 changed files with 2 additions and 2 deletions
|
@ -32476,7 +32476,7 @@ (define-public emacs-inf-janet
|
|||
(define-public emacs-map
|
||||
(package
|
||||
(name "emacs-map")
|
||||
(version "3.2.1")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -32484,7 +32484,7 @@ (define-public emacs-map
|
|||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vy231m2fm5cgz5nib14ib7ifprajhnbmzf6x4id48h2491m1n24"))))
|
||||
"1gvywhdfg27nx6pyq7yfwq9x6j96jama59i5s9rp41pvg2dlmvm0"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://elpa.gnu.org/packages/map.html")
|
||||
(synopsis "Map manipulation functions")
|
||||
|
|
Loading…
Reference in a new issue