mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-php-mode: Update to 1.25.1.
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.25.1. Change-Id: Ia9b91ee48f2faa55bf479568cd1f42b49a060b4d
This commit is contained in:
parent
746b4d639f
commit
0e1237204d
1 changed files with 2 additions and 2 deletions
|
@ -18671,7 +18671,7 @@ (define-public emacs-vala-mode
|
|||
(define-public emacs-php-mode
|
||||
(package
|
||||
(name "emacs-php-mode")
|
||||
(version "1.25.0")
|
||||
(version "1.25.1")
|
||||
(home-page "https://github.com/emacs-php/php-mode")
|
||||
(source
|
||||
(origin
|
||||
|
@ -18681,7 +18681,7 @@ (define-public emacs-php-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vwbxaxjvz2hhb6pli1bh1qlrc2r991zl4i18wiwk78ffanqx6q0"))))
|
||||
(base32 "1pxv4c63dma1il6w8vl2485yddp0ngm3gvfdqwjjszanfdxa4fg1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue