me
/
guix
Archived
1
0
Fork 0

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

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

View File

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