me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -15136,7 +15136,7 @@ in Emacs.")
(define-public emacs-php-mode
(package
(name "emacs-php-mode")
(version "1.24.0")
(version "1.24.1")
(source
(origin
(method git-fetch)
@ -15145,7 +15145,7 @@ in Emacs.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0bs9q62bd7885c39v7x1qz3w1fhpmpdgm72xwsk2yygw0ii425nn"))))
(base32 "06xgmlbvqhkrnk6390mdbpjij34msxxwzqmagi6zpwpsf38mn6qf"))))
(build-system emacs-build-system)
(arguments
`(#:phases