gnu: emacs-page-break-lines: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-page-break-lines)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
be7344bed3
commit
517da53082
|
@ -2382,13 +2382,13 @@ subconsciously blend out the parentheses.")
|
||||||
(version "0.11")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/purcell/page-break-lines/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/purcell/page-break-lines.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12"))))
|
||||||
"1zzhziq5kbrm9rxk30kx2glz455fp1blqxg8cpcf6l8xl3w8z4pg"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/purcell/page-break-lines")
|
(home-page "https://github.com/purcell/page-break-lines")
|
||||||
(synopsis "Display page breaks as tidy horizontal lines")
|
(synopsis "Display page breaks as tidy horizontal lines")
|
||||||
|
|
Loading…
Reference in New Issue