mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ in Emacs.")
|
|||
(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 @@ in Emacs.")
|
|||
(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…
Add table
Add a link
Reference in a new issue