Archived
1
0
Fork 0

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:
Brett Gilio 2019-12-09 23:12:08 -06:00
parent 05899b8146
commit c087ade28d
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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"))))