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

* gnu/packages/emacs-xyz.scm (emacs-ac-php): Update to 2.7.0.

Change-Id: Ic14467bf19e6583c54a00e7edf830855a9ccfe30
This commit is contained in:
Nicolas Goaziou 2024-04-30 18:27:59 +02:00
parent 3dedc1970f
commit bd987b5e79
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -313,16 +313,16 @@
(define-public emacs-ac-php
(package
(name "emacs-ac-php")
(version "2.6.0")
(version "2.7.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xcwen/ac-php")
(commit (string-append "v" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xz86cjsjm72b0rm50fr2z82rcllhczsd4jr5rnp2clbind5w697"))))
(base32 "1yn5cc6cmj3hwqgmjj44dz847xn5k99kirj36qwc04q7vhl8z8k7"))))
(build-system emacs-build-system)
(arguments
(list