gnu: emacs-php-mode: Use git-reference.
* gnu/packages/emacs-xyz.scm (emacs-php-mode)[source]: Use git-reference instead of url-fetching from MELPA stable.
This commit is contained in:
parent
05899b8146
commit
c087ade28d
1 changed files with 5 additions and 4 deletions
|
@ -9229,10 +9229,11 @@ configuration of Chinese fonts.")
|
||||||
(name "emacs-php-mode")
|
(name "emacs-php-mode")
|
||||||
(version "20171225.342")
|
(version "20171225.342")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://melpa.org/packages/php-mode-"
|
(url "https://github.com/ejmr/php-mode.git")
|
||||||
version ".tar"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
|
"1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
|
||||||
|
|
Reference in a new issue