mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-php-mode: Update to 1.26.1.
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.26.1. Change-Id: I65f0f806df4d429728c0d78a0a9d2486b4e7cb1d
This commit is contained in:
parent
c6c2220a05
commit
9d8a496d07
1 changed files with 2 additions and 2 deletions
|
@ -19806,7 +19806,7 @@ (define-public emacs-vala-mode
|
|||
(define-public emacs-php-mode
|
||||
(package
|
||||
(name "emacs-php-mode")
|
||||
(version "1.25.1")
|
||||
(version "1.26.1")
|
||||
(home-page "https://github.com/emacs-php/php-mode")
|
||||
(source
|
||||
(origin
|
||||
|
@ -19816,7 +19816,7 @@ (define-public emacs-php-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pxv4c63dma1il6w8vl2485yddp0ngm3gvfdqwjjszanfdxa4fg1"))))
|
||||
(base32 "12skkn3i5qvlfnifgyp3sm4yjikphckj98y73vhxn73zzbn2lw6m"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue