gnu: emacs-org-bullets: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-org-bullets)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
d4d2492ac6
commit
d2cdc59514
|
@ -3535,13 +3535,13 @@ number.")
|
||||||
(version "0.2.4")
|
(version "0.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/sabof/org-bullets/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/sabof/org-bullets.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "10nr4sjffnqbllv6gmak6pviyynrb7pi5nvrq331h5alm3xcpq0w"))))
|
||||||
"1dyxvpb73vj80v8br2q9rf255hfphrgaw91fbvwdcd735np9pcnh"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/sabof/org-bullets")
|
(home-page "https://github.com/sabof/org-bullets")
|
||||||
(synopsis "Show bullets in org-mode as UTF-8 characters")
|
(synopsis "Show bullets in org-mode as UTF-8 characters")
|
||||||
|
|
Reference in New Issue