mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-prop-menu: Use git-reference.
* gnu/packages/emacs-xyz.scm (emacs-prop-menu)[source]: Use git-reference instead of url-fetching from MELPA stable.
This commit is contained in:
parent
8b34ed3dd0
commit
b42ae19f04
1 changed files with 6 additions and 5 deletions
|
@ -10503,13 +10503,14 @@ (define-public emacs-prop-menu
|
||||||
(version "0.1.2")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"http://stable.melpa.org/packages/prop-menu-"
|
(url "https://github.com/david-christiansen/prop-menu-el.git")
|
||||||
version ".el"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01bk4sjafzz7gqrkv9jg0pa85qr34vbk3q8ga2b0m61bndywzgpr"))))
|
"18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/david-christiansen/prop-menu-el")
|
"https://github.com/david-christiansen/prop-menu-el")
|
||||||
|
|
Loading…
Reference in a new issue