mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-php-mode: Update to 1.27.0.
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.27.0. Change-Id: Ia839182468e9d23e8b670460068910cda40ba0fb
This commit is contained in:
parent
fad37aeb07
commit
e9767dfeb3
1 changed files with 2 additions and 2 deletions
|
@ -20404,7 +20404,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.26.1")
|
(version "1.27.0")
|
||||||
(home-page "https://github.com/emacs-php/php-mode")
|
(home-page "https://github.com/emacs-php/php-mode")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -20414,7 +20414,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 "12skkn3i5qvlfnifgyp3sm4yjikphckj98y73vhxn73zzbn2lw6m"))))
|
(base32 "0pkvqpzzy7wmbd99gvphfaz2ds79n5fcx4n7f772mgz8x5f9xq1b"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue