gnu: emacs-osm: Update to 1.6.

* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.6.

Change-Id: I3e5a681a96a22c9dfbf5e4a9373c01da97fd1939
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:29:18 +01:00
parent a9db1f0a90
commit cbe2d4b247
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -42007,7 +42007,7 @@ hacker.")
(define-public emacs-osm
(package
(name "emacs-osm")
(version "1.5")
(version "1.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -42016,7 +42016,7 @@ hacker.")
(file-name (git-file-name name version))
(sha256
(base32
"1llk9zkr1a0gicxp7jzx3f674zlj780ghcgnxw8a2jf3kbrn0xb5"))))
"078dd89jyz51755adrxm90ka0kvmgmm5h2w2c9f0986g3jmb9daq"))))
(build-system emacs-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases