me
/
guix
Archived
1
0
Fork 0

gnu: emacs-osm: Update to 0.13.

* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.13.
Nicolas Goaziou 2023-07-05 23:29:05 +02:00
parent 43d84e8e74
commit fb183300bb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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