mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-php-mode: Update to 1.23.0.
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.23.0.
This commit is contained in:
parent
8f21ddad41
commit
96f0a465da
1 changed files with 16 additions and 16 deletions
|
@ -10236,25 +10236,25 @@ configuration of Chinese fonts.")
|
||||||
(define-public emacs-php-mode
|
(define-public emacs-php-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-php-mode")
|
(name "emacs-php-mode")
|
||||||
(version "1.22.2")
|
(version "1.23.0")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/ejmr/php-mode.git")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/ejmr/php-mode.git")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1r4bpyavlndd4c78cv5cc97bc0gkd4cggiyz4kd2vg6zlyc1nld3"))))
|
(base32 "0wnkcxg6djy4jvxhshiy1iw6b5cf79pjwjhfd1a060cavhfm4v5c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/ejmr/php-mode")
|
(home-page "https://github.com/ejmr/php-mode")
|
||||||
(synopsis "Major mode for editing PHP code")
|
(synopsis "Major mode for editing PHP code")
|
||||||
(description "@code{php-mode} is a major mode for editing PHP source
|
(description
|
||||||
code. It's an extension of C mode; thus it inherits all C mode's navigation
|
"PHP mode is a major mode for editing PHP source code. It's an extension
|
||||||
functionality. But it colors according to the PHP grammar and indents
|
of C mode; thus it inherits all C mode's navigation functionality. But it
|
||||||
according to the PEAR coding guidelines. It also includes a couple handy
|
colors according to the PHP grammar and indents according to the PEAR coding
|
||||||
IDE-type features such as documentation search and a source and class
|
guidelines. It also includes a couple handy IDE-type features such as
|
||||||
browser.")
|
documentation search and a source and class browser.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-pos-tip
|
(define-public emacs-pos-tip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue