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

* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
This commit is contained in:
Nicolas Goaziou 2022-11-12 22:57:06 +01:00
parent 40138eac83
commit 42d1fa6fc4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15832,7 +15832,7 @@ in Emacs.")
(define-public emacs-php-mode (define-public emacs-php-mode
(package (package
(name "emacs-php-mode") (name "emacs-php-mode")
(version "1.24.1") (version "1.24.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15841,7 +15841,7 @@ in Emacs.")
(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 "06xgmlbvqhkrnk6390mdbpjij34msxxwzqmagi6zpwpsf38mn6qf")))) (base32 "13lkzvamr86409whr8as4721gx9xrlfkmxvv941775mryliqk6j6"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases