mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 02:51:49 +02:00
gnu: emacs-osm: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.8. [#tests?]: Disable. Change-Id: I3b225134be735c5298f1e9cb73fa2584830bc378 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
4598b0aa4b
commit
3d205a3735
@@ -44950,7 +44950,7 @@ hacker.")
|
||||
(define-public emacs-osm
|
||||
(package
|
||||
(name "emacs-osm")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -44959,10 +44959,11 @@ hacker.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fw0hgi2542ivc05dbq07ybr8c2mf8ja0z3f07lnslvn7vn5xp9i"))))
|
||||
"1azydrknczkn9gvy9ynxr4dk7xy5cwrg985fx8bz2apmalfvmpzw"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(list #:tests? #f ;no tests
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-curl-file-name
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "osm.el"
|
||||
|
||||
Reference in New Issue
Block a user