mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: emacs-osm: Fetch source over Git.
* gnu/packages/emacs-xyz.scm (emacs-osm)[source]: Switch to 'git-fetch'.
This commit is contained in:
parent
64677f40e0
commit
0011dd0a01
1 changed files with 5 additions and 5 deletions
|
@ -30808,15 +30808,15 @@ (define-public emacs-osm
|
|||
(package
|
||||
(name "emacs-osm")
|
||||
(version "0.6")
|
||||
(home-page "https://github.com/minad/osm")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/osm-"
|
||||
version ".tar"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page) (commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0p19qyx4gw1rn2f5hlxa7gx1sph2z5vjw7cnxwpjhbbr0430zzwb"))))
|
||||
(base32 "0aiq2z9vv4jsl0s0x9vpjgp0mnn27wanhirzj3h80ivgiphzs7l5"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/minad/osm")
|
||||
(synopsis "OpenStreetMap viewer for Emacs")
|
||||
(description
|
||||
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
||||
|
|
Loading…
Reference in a new issue