gnu: emacs-php-mode: Update to 1.24.3.

* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.3.
This commit is contained in:
Nicolas Goaziou 2023-03-24 09:51:13 +01:00
parent 55d3bd84a1
commit f1f6da3226
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17242,7 +17242,7 @@ (define-public emacs-vala-mode
(define-public emacs-php-mode
(package
(name "emacs-php-mode")
(version "1.24.2")
(version "1.24.3")
(source
(origin
(method git-fetch)
@ -17251,7 +17251,7 @@ (define-public emacs-php-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13lkzvamr86409whr8as4721gx9xrlfkmxvv941775mryliqk6j6"))))
(base32 "01yw10z1kf38nz4z3gmpx56wmc7a7caf4nk6rccg0w4kklqw1h94"))))
(build-system emacs-build-system)
(arguments
`(#:phases