mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-osm: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.13.
This commit is contained in:
parent
43d84e8e74
commit
fb183300bb
1 changed files with 2 additions and 2 deletions
|
@ -36665,7 +36665,7 @@ hacker.")
|
||||||
(define-public emacs-osm
|
(define-public emacs-osm
|
||||||
(package
|
(package
|
||||||
(name "emacs-osm")
|
(name "emacs-osm")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -36674,7 +36674,7 @@ hacker.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wfk8r0szav8hipq0apaix2f83kmxcrmgvykb30acgap9rjs357b"))))
|
"0i1lks8724i2nz9jk5csl4nfkyi49fc928a117sn7438z82r9gyr"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue