mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-osm: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.10. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
6f975f22b3
commit
8305506983
1 changed files with 3 additions and 2 deletions
|
@ -35166,7 +35166,7 @@ (define-public emacs-straight-el
|
|||
(define-public emacs-osm
|
||||
(package
|
||||
(name "emacs-osm")
|
||||
(version "0.9")
|
||||
(version "0.10")
|
||||
(home-page "https://github.com/minad/osm")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -35176,7 +35176,7 @@ (define-public emacs-osm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iacf3mqjq8vfhd0nyzry0spishyvn92zgd55ivqxb9xfdr3lx9x"))))
|
||||
"07caffh30sgmcbhxqk3wfpml3310ldvwkqbh19czq7nx4llynixc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
@ -35201,6 +35201,7 @@ (define-public emacs-osm
|
|||
"/share/info")))))))
|
||||
(inputs (list curl))
|
||||
(native-inputs (list texinfo))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(synopsis "OpenStreetMap viewer for Emacs")
|
||||
(description
|
||||
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
||||
|
|
Loading…
Reference in a new issue