guix-patches
[Top][All Lists]
Advanced

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

[bug#65254] [PATCH] gnu: update emacs-php-mode to version 1.25.0


From: Piotr Kwiecinski
Subject: [bug#65254] [PATCH] gnu: update emacs-php-mode to version 1.25.0
Date: Sat, 12 Aug 2023 22:16:02 +0200

---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 53c116c252..9b939e0d58 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -132,6 +132,7 @@
 ;;; Copyright © 2023 Fabio Natali <me@fabionatali.com>
 ;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
+;;; Copyright © 2023 Piotr Kwiecinski <piokwiecinski@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -18066,16 +18067,16 @@ (define-public emacs-vala-mode
 (define-public emacs-php-mode
   (package
     (name "emacs-php-mode")
-    (version "1.24.3")
+    (version "1.25.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/ejmr/php-mode";)
+             (url "https://github.com/emacs-php/php-mode";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01yw10z1kf38nz4z3gmpx56wmc7a7caf4nk6rccg0w4kklqw1h94"))))
+        (base32 "0a63pxa0yzvv9capf5fsra72q33hf7gsghamn6ppxp57cv75bi2w"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -18094,7 +18095,7 @@ (define-public emacs-php-mode
             (lambda _
               (chdir "lisp"))))))
     (propagated-inputs (list emacs-projectile))
-    (home-page "https://github.com/ejmr/php-mode";)
+    (home-page "https://github.com/emacs-php/php-mode";)
     (synopsis "Major mode for editing PHP code")
     (description
      "PHP mode is a major mode for editing PHP source code.  It's an extension

base-commit: eb25c2b3e204a36a97ec724defe8930757ab83c0
-- 
2.39.2






reply via email to

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