me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ac-php: Update to 2.5.0.

* gnu/packages/emacs-xyz.scm (emacs-ac-php): Update to 2.5.0.
[inputs]: Reorder alphabetically.
[synopsis]: Properly capitalize it.
master
Nicolas Goaziou 2023-09-01 21:24:47 +02:00
parent b656566a68
commit f0b55ff1ee
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 7 deletions

View File

@ -302,16 +302,16 @@
(define-public emacs-ac-php (define-public emacs-ac-php
(package (package
(name "emacs-ac-php") (name "emacs-ac-php")
(version "2.4.2") (version "2.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/xcwen/ac-php") (url "https://github.com/xcwen/ac-php")
(commit "dc563f4b1efeac8ae75f217532f4c99b4ba417de"))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "188hisppjbpia3bmrpsxvkfi8xkirisarnrpvkk3ya4k8lv4z13p")))) (base32 "0fmp1595v06dgmx9skxphknaagf9ds9l7ygi7lzxas1s8d05dj10"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -320,17 +320,17 @@
(inputs (inputs
(list emacs-auto-complete (list emacs-auto-complete
emacs-company emacs-company
emacs-helm
emacs-dash emacs-dash
emacs-php-mode
emacs-s
emacs-f emacs-f
emacs-helm
emacs-php-mode
emacs-popup emacs-popup
emacs-s
emacs-xcscope)) emacs-xcscope))
(native-inputs (native-inputs
(list emacs-ert-runner)) (list emacs-ert-runner))
(home-page "https://github.com/xcwen/ac-php") (home-page "https://github.com/xcwen/ac-php")
(synopsis "emacs auto-complete & company-mode for php") (synopsis "Emacs Auto Complete & Company mode for PHP")
(description (description
"This package provides Auto Complete and Company back-ends for PHP.") "This package provides Auto Complete and Company back-ends for PHP.")
(license license:gpl3+))) (license license:gpl3+)))