mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: emacs-osm: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.9.
This commit is contained in:
parent
0f48711426
commit
29ee238bb9
1 changed files with 2 additions and 2 deletions
|
@ -34321,7 +34321,7 @@ (define-public emacs-straight-el
|
||||||
(define-public emacs-osm
|
(define-public emacs-osm
|
||||||
(package
|
(package
|
||||||
(name "emacs-osm")
|
(name "emacs-osm")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(home-page "https://github.com/minad/osm")
|
(home-page "https://github.com/minad/osm")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -34331,7 +34331,7 @@ (define-public emacs-osm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"039ac364f00slx1dxxgsgfcr4x47v9ymn8arcs0fyhdhw7jnky5j"))))
|
"0iacf3mqjq8vfhd0nyzry0spishyvn92zgd55ivqxb9xfdr3lx9x"))))
|
||||||
(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