emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#65254: closed ([PATCH] gnu: update emacs-php-mode to version 1.25.0)
Date: Mon, 11 Sep 2023 21:38:01 +0000

Your message dated Mon, 11 Sep 2023 23:37:15 +0200
with message-id <871qf4qtmc.fsf@gnu.org>
and subject line Re: bug#65254: [PATCH] gnu: update emacs-php-mode to version 
1.25.0
has caused the debbugs.gnu.org bug report #65254,
regarding [PATCH] gnu: update emacs-php-mode to version 1.25.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65254: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65254
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#65254: [PATCH] gnu: update emacs-php-mode to version 1.25.0 Date: Mon, 11 Sep 2023 23:37:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
HI,

Piotr Kwiecinski <piokwiecinski@gmail.com> skribis:

>  (define-public emacs-php-mode
>    (package
>      (name "emacs-php-mode")
> -    (version "1.24.3")
> +    (version "1.25.0")

An update had been pushed already but I committed the URL change that
you had here.

Thanks!

Ludo’.


--- End Message ---

reply via email to

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