GNU bug report logs -
#65254
[PATCH] gnu: update emacs-php-mode to version 1.25.0
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65254 in the body.
You can then email your comments to 65254 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65254
; Package
guix-patches
.
(Sat, 12 Aug 2023 20:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Piotr Kwiecinski <piokwiecinski <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 12 Aug 2023 20:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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 <at> fabionatali.com>
;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier <at> free.fr>
;;; Copyright © 2023 Ahmad Draidi <a.r.draidi <at> redscript.org>
+;;; Copyright © 2023 Piotr Kwiecinski <piokwiecinski <at> 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 sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 11 Sep 2023 21:38:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Piotr Kwiecinski <piokwiecinski <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 11 Sep 2023 21:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65254-done <at> debbugs.gnu.org (full text, mbox):
HI,
Piotr Kwiecinski <piokwiecinski <at> 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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Oct 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.