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

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Piotr Kwiecinski
Owner
unassigned
Submitted by
Piotr Kwiecinski
Severity
normal
P
P
Piotr Kwiecinski wrote on 12 Aug 2023 22:16
(address . guix-patches@gnu.org)(name . Piotr Kwiecinski)(address . piokwiecinski@gmail.com)
20230812201602.54456-1-piokwiecinski@gmail.com
---
gnu/packages/emacs-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (45 lines)
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
L
L
Ludovic Courtès wrote on 11 Sep 2023 23:37
(name . Piotr Kwiecinski)(address . piokwiecinski@gmail.com)(address . 65254-done@debbugs.gnu.org)
871qf4qtmc.fsf@gnu.org
HI,

Piotr Kwiecinski <piokwiecinski@gmail.com> skribis:

Toggle quote (6 lines)
> (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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65254@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65254
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch