[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/44: gnu: emacs-ac-php: Update to 2.5.0.
From: |
guix-commits |
Subject: |
08/44: gnu: emacs-ac-php: Update to 2.5.0. |
Date: |
Fri, 1 Sep 2023 16:23:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f0b55ff1ee0cb93f875c7b1af27a8649e218d5db
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:24:47 2023 +0200
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.
---
gnu/packages/emacs-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 53d5269684..f090eecf43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -302,16 +302,16 @@
(define-public emacs-ac-php
(package
(name "emacs-ac-php")
- (version "2.4.2")
+ (version "2.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xcwen/ac-php")
- (commit "dc563f4b1efeac8ae75f217532f4c99b4ba417de")))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "188hisppjbpia3bmrpsxvkfi8xkirisarnrpvkk3ya4k8lv4z13p"))))
+ (base32 "0fmp1595v06dgmx9skxphknaagf9ds9l7ygi7lzxas1s8d05dj10"))))
(build-system emacs-build-system)
(arguments
(list
@@ -320,17 +320,17 @@
(inputs
(list emacs-auto-complete
emacs-company
- emacs-helm
emacs-dash
- emacs-php-mode
- emacs-s
emacs-f
+ emacs-helm
+ emacs-php-mode
emacs-popup
+ emacs-s
emacs-xcscope))
(native-inputs
(list emacs-ert-runner))
(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
"This package provides Auto Complete and Company back-ends for PHP.")
(license license:gpl3+)))
- branch master updated (7309da3ba6 -> c72bc0bb71), guix-commits, 2023/09/01
- 07/44: gnu: emacs-vertico-posframe: Update to 0.7.3., guix-commits, 2023/09/01
- 10/44: gnu: emacs-burly: Update to 0.3., guix-commits, 2023/09/01
- 12/44: gnu: emacs-clj-refactor: Update to 3.9.1., guix-commits, 2023/09/01
- 14/44: gnu: emacs-corfu: Update to 0.38., guix-commits, 2023/09/01
- 01/44: gnu: emacs-xr: Update to 1.24., guix-commits, 2023/09/01
- 02/44: gnu: emacs-relint: Update to 1.23., guix-commits, 2023/09/01
- 08/44: gnu: emacs-ac-php: Update to 2.5.0.,
guix-commits <=
- 09/44: gnu: emacs-auto-compile: Update to 1.8.2., guix-commits, 2023/09/01
- 06/44: gnu: emacs-tramp: Update to 2.6.1.2., guix-commits, 2023/09/01
- 03/44: gnu: emacs-auctex: Update to 13.2.1., guix-commits, 2023/09/01
- 04/44: gnu: emacs-compat: Update to 29.1.4.2., guix-commits, 2023/09/01
- 11/44: gnu: emacs-cape: Update to 0.17., guix-commits, 2023/09/01
- 05/44: gnu: emacs-websocket: Update to 1.15., guix-commits, 2023/09/01
- 19/44: gnu: emacs-dracula-theme: Update to 1.8.0., guix-commits, 2023/09/01
- 24/44: gnu: emacs-emms: Update to 16., guix-commits, 2023/09/01
- 16/44: gnu: emacs-dashboard: Update to 1.8.0., guix-commits, 2023/09/01
- 15/44: gnu: emacs-counsel-tramp: Update to 0.7.7., guix-commits, 2023/09/01