gnu: emacs-osm: Update to 0.14.

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

Change-Id: Idb0a552459510e1f2fa4ad5ff71e59bc3d90a02e
This commit is contained in:
Nicolas Goaziou 2023-11-08 15:10:03 +01:00
parent bbc8a12524
commit d58ea96f23
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -37904,7 +37904,7 @@ hacker.")
(define-public emacs-osm (define-public emacs-osm
(package (package
(name "emacs-osm") (name "emacs-osm")
(version "0.13") (version "0.14")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -37913,7 +37913,7 @@ hacker.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0i1lks8724i2nz9jk5csl4nfkyi49fc928a117sn7438z82r9gyr")))) "1y0zkfc27pnhz5hqpapsqin2kc6al1zjgd6cd4nhzqmh49h81bsb"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list #:phases #~(modify-phases %standard-phases (list #:phases #~(modify-phases %standard-phases