mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-osm: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.12.
This commit is contained in:
parent
76911699c9
commit
d6fb9a51b3
1 changed files with 2 additions and 2 deletions
|
@ -36276,7 +36276,7 @@ (define-public emacs-straight-el
|
||||||
(define-public emacs-osm
|
(define-public emacs-osm
|
||||||
(package
|
(package
|
||||||
(name "emacs-osm")
|
(name "emacs-osm")
|
||||||
(version "0.11")
|
(version "0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -36285,7 +36285,7 @@ (define-public emacs-osm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g4scrk7cgdlfyfaycq0576p5kiycy2jsq3iigppz7iky3xiqa9c"))))
|
"1wfk8r0szav8hipq0apaix2f83kmxcrmgvykb30acgap9rjs357b"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue