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:
parent
bbc8a12524
commit
d58ea96f23
1 changed files with 2 additions and 2 deletions
|
@ -37904,7 +37904,7 @@ (define-public emacs-straight-el
|
|||
(define-public emacs-osm
|
||||
(package
|
||||
(name "emacs-osm")
|
||||
(version "0.13")
|
||||
(version "0.14")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -37913,7 +37913,7 @@ (define-public emacs-osm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i1lks8724i2nz9jk5csl4nfkyi49fc928a117sn7438z82r9gyr"))))
|
||||
"1y0zkfc27pnhz5hqpapsqin2kc6al1zjgd6cd4nhzqmh49h81bsb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue