guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/18: gnu: emacs-php-mode: Update to 1.25.0.


From: guix-commits
Subject: 11/18: gnu: emacs-php-mode: Update to 1.25.0.
Date: Tue, 29 Aug 2023 08:54:35 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d5e9bbea892f2b51109ed8ffad62dff41c3e7107
Author: Arjan Adriaanse <arjan@adriaan.se>
AuthorDate: Mon Aug 14 22:02:37 2023 +0200

    gnu: emacs-php-mode: Update to 1.25.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.25.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9bdbd850b0..3eaf215134 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18089,7 +18089,7 @@ in Emacs.")
 (define-public emacs-php-mode
   (package
     (name "emacs-php-mode")
-    (version "1.24.3")
+    (version "1.25.0")
     (source
      (origin
        (method git-fetch)
@@ -18098,7 +18098,7 @@ in Emacs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01yw10z1kf38nz4z3gmpx56wmc7a7caf4nk6rccg0w4kklqw1h94"))))
+        (base32 "1vwbxaxjvz2hhb6pli1bh1qlrc2r991zl4i18wiwk78ffanqx6q0"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]