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

* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.1.
This commit is contained in:
Nicolas Goaziou 2022-09-09 08:52:01 +02:00
parent 456c6d4bdd
commit a86e4a7757
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15136,7 +15136,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.0") (version "1.24.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15145,7 +15145,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 "0bs9q62bd7885c39v7x1qz3w1fhpmpdgm72xwsk2yygw0ii425nn")))) (base32 "06xgmlbvqhkrnk6390mdbpjij34msxxwzqmagi6zpwpsf38mn6qf"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases