guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: emacs-php-mode: Update to 1.24.2.
Date: Sat, 12 Nov 2022 17:07:25 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 42d1fa6fc4faabe9a4c327014c7289dda08ad8a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 12 22:57:06 2022 +0100

    gnu: emacs-php-mode: Update to 1.24.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
---
 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 1357fdcc7b..8ff6275bad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

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