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
|
(define-public emacs-osm
|
||||||
(package
|
(package
|
||||||
(name "emacs-osm")
|
(name "emacs-osm")
|
||||||
(version "0.9")
|
(version "0.10")
|
||||||
(home-page "https://github.com/minad/osm")
|
(home-page "https://github.com/minad/osm")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -35176,7 +35176,7 @@ (define-public emacs-osm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iacf3mqjq8vfhd0nyzry0spishyvn92zgd55ivqxb9xfdr3lx9x"))))
|
"07caffh30sgmcbhxqk3wfpml3310ldvwkqbh19czq7nx4llynixc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
@ -35201,6 +35201,7 @@ (define-public emacs-osm
|
||||||
"/share/info")))))))
|
"/share/info")))))))
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
|
(propagated-inputs (list emacs-compat))
|
||||||
(synopsis "OpenStreetMap viewer for Emacs")
|
(synopsis "OpenStreetMap viewer for Emacs")
|
||||||
(description
|
(description
|
||||||
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
||||||
|
|
Loading…
Reference in a new issue