guix-commits
[Top][All Lists]
Advanced

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

45/53: gnu: emacs-php-mode: Update to 1.25.1.


From: guix-commits
Subject: 45/53: gnu: emacs-php-mode: Update to 1.25.1.
Date: Mon, 1 Jan 2024 20:26:09 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0e1237204ddc07ae8e3c9f6de3583dd457cf4794
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:27:40 2024 +0100

    gnu: emacs-php-mode: Update to 1.25.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.25.1.
    
    Change-Id: Ia9b91ee48f2faa55bf479568cd1f42b49a060b4d
---
 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 1fd8ae4620..54a826c220 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18671,7 +18671,7 @@ in Emacs.")
 (define-public emacs-php-mode
   (package
     (name "emacs-php-mode")
-    (version "1.25.0")
+    (version "1.25.1")
     (home-page "https://github.com/emacs-php/php-mode";)
     (source
      (origin
@@ -18681,7 +18681,7 @@ in Emacs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vwbxaxjvz2hhb6pli1bh1qlrc2r991zl4i18wiwk78ffanqx6q0"))))
+        (base32 "1pxv4c63dma1il6w8vl2485yddp0ngm3gvfdqwjjszanfdxa4fg1"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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