me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ie53b2ec1a96b35f3a720378e2e5625d95f32a8e1
master
Nicolas Goaziou 2024-03-17 22:19:33 +01:00
parent 059c9ed104
commit d56c7fba42
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@
(define-public emacs-ac-php (define-public emacs-ac-php
(package (package
(name "emacs-ac-php") (name "emacs-ac-php")
(version "2.5.0") (version "2.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -322,7 +322,7 @@
(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 "0fmp1595v06dgmx9skxphknaagf9ds9l7ygi7lzxas1s8d05dj10")))) (base32 "1xz86cjsjm72b0rm50fr2z82rcllhczsd4jr5rnp2clbind5w697"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list