unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65254] [PATCH] gnu: update emacs-php-mode to version 1.25.0
@ 2023-08-12 20:16 Piotr Kwiecinski
  2023-09-11 21:37 ` bug#65254: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Kwiecinski @ 2023-08-12 20:16 UTC (permalink / raw)
  To: 65254; +Cc: Piotr Kwiecinski

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65254: [PATCH] gnu: update emacs-php-mode to version 1.25.0
  2023-08-12 20:16 [bug#65254] [PATCH] gnu: update emacs-php-mode to version 1.25.0 Piotr Kwiecinski
@ 2023-09-11 21:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-09-11 21:37 UTC (permalink / raw)
  To: Piotr Kwiecinski; +Cc: 65254-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-11 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12 20:16 [bug#65254] [PATCH] gnu: update emacs-php-mode to version 1.25.0 Piotr Kwiecinski
2023-09-11 21:37 ` bug#65254: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).