gnu: emacs-skewer-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-skewer-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
8d7c4b610f
commit
9d0cc890e5
|
@ -2424,13 +2424,13 @@ serve files and directory listings.")
|
||||||
(version "1.6.2")
|
(version "1.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/skeeto/skewer-mode/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/skeeto/skewer-mode.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "05jndz0c26q60s416vqgvr66axdmxb7qsr2g70fvl5iqavnayhpv"))))
|
||||||
"07jpz374j0j964szy3zznrkyja2kpdl3xa87wh7349mzxivqxdx0"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-simple-httpd" ,emacs-simple-httpd)
|
`(("emacs-simple-httpd" ,emacs-simple-httpd)
|
||||||
|
|
Loading…
Reference in New Issue