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:
Nicolas Goaziou 2023-02-17 23:36:25 +01:00
parent 6f975f22b3
commit 8305506983
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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