gnu: emacs-osm: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.9.
This commit is contained in:
Nicolas Goaziou 2023-01-01 11:15:36 +01:00
parent 0f48711426
commit 29ee238bb9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -34321,7 +34321,7 @@ (define-public emacs-straight-el
(define-public emacs-osm
(package
(name "emacs-osm")
(version "0.8")
(version "0.9")
(home-page "https://github.com/minad/osm")
(source (origin
(method git-fetch)
@ -34331,7 +34331,7 @@ (define-public emacs-osm
(file-name (git-file-name name version))
(sha256
(base32
"039ac364f00slx1dxxgsgfcr4x47v9ymn8arcs0fyhdhw7jnky5j"))))
"0iacf3mqjq8vfhd0nyzry0spishyvn92zgd55ivqxb9xfdr3lx9x"))))
(build-system emacs-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases