me
/
guix
Archived
1
0
Fork 0

gnu: emacs-osm: Update to 0.12.

* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.12.
master
Nicolas Goaziou 2023-05-03 09:58:51 +02:00
parent 76911699c9
commit d6fb9a51b3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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