mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-osm: Update to 1.5.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.5. Change-Id: Ie5b840a716d6e83f1e28d45c38767bf32c36398e
This commit is contained in:
parent
c027e7cbac
commit
6c6a72f79c
1 changed files with 2 additions and 2 deletions
|
@ -41160,7 +41160,7 @@ (define-public emacs-straight-el
|
|||
(define-public emacs-osm
|
||||
(package
|
||||
(name "emacs-osm")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -41169,7 +41169,7 @@ (define-public emacs-osm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10l9nhxmshar4swf62rqgzyvpx0fn0dsyjvfg9dd78nmfkagfkh8"))))
|
||||
"1llk9zkr1a0gicxp7jzx3f674zlj780ghcgnxw8a2jf3kbrn0xb5"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue