gnu: emacs-makey: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-makey)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
6e215be72f
commit
a670c3a553
|
@ -9190,13 +9190,13 @@ newsreader.")
|
||||||
(version "0.3")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/mickeynp/makey/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/mickeynp/makey.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"))))
|
||||||
"0kzl4q1wf2zhkx9nrymxa67n99iq0bj7zqhpaz4byksna1hsxfmv"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/mickeynp/makey")
|
(home-page "https://github.com/mickeynp/makey")
|
||||||
(synopsis "Emacs interactive command-line mode")
|
(synopsis "Emacs interactive command-line mode")
|
||||||
|
|
Reference in New Issue