mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: emacs-parent-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-parent-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
339eef40f8
commit
145d1f39db
1 changed files with 6 additions and 6 deletions
|
@ -9978,13 +9978,13 @@ until the top-level form is no longer a macro call.")
|
||||||
(version "2.3")
|
(version "2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/Fanael/parent-mode/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/Fanael/parent-mode.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"))))
|
||||||
"0gxbl5s1w96v6v55b7aaansgw4sxhzfx9nrsvpk3pfhsibs6yqjd"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/Fanael/parent-mode")
|
(home-page "https://github.com/Fanael/parent-mode")
|
||||||
(synopsis "Get major mode's parent modes")
|
(synopsis "Get major mode's parent modes")
|
||||||
|
|
Loading…
Add table
Reference in a new issue