gnu: emacs-pos-tip: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-pos-tip)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
cff1177027
commit
b206798dd3
|
@ -6747,15 +6747,15 @@ browser.")
|
||||||
(package
|
(package
|
||||||
(name "emacs-pos-tip")
|
(name "emacs-pos-tip")
|
||||||
(version "0.4.6")
|
(version "0.4.6")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/pitkali/pos-tip/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/pitkali/pos-tip.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"12jqfy26vjk7lq0aa8yn8zqj8c85fkvx7y9prj0pcn4wqiz2ad2r"))))
|
(base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
;; The following functions and variables needed by emacs-pos-tip are
|
;; The following functions and variables needed by emacs-pos-tip are
|
||||||
;; not included in emacs-minimal:
|
;; not included in emacs-minimal:
|
||||||
|
|
Loading…
Reference in New Issue