gnu: emacs-php-mode: Update to 1.25.1.
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.25.1. Change-Id: Ia9b91ee48f2faa55bf479568cd1f42b49a060b4dmaster
parent
746b4d639f
commit
0e1237204d
|
@ -18671,7 +18671,7 @@ in Emacs.")
|
||||||
(define-public emacs-php-mode
|
(define-public emacs-php-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-php-mode")
|
(name "emacs-php-mode")
|
||||||
(version "1.25.0")
|
(version "1.25.1")
|
||||||
(home-page "https://github.com/emacs-php/php-mode")
|
(home-page "https://github.com/emacs-php/php-mode")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -18681,7 +18681,7 @@ in Emacs.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vwbxaxjvz2hhb6pli1bh1qlrc2r991zl4i18wiwk78ffanqx6q0"))))
|
(base32 "1pxv4c63dma1il6w8vl2485yddp0ngm3gvfdqwjjszanfdxa4fg1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue