unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44934] [PATCH] gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch.
@ 2020-11-28 21:22 Ryan Prior via Guix-patches via
  2020-11-30 22:43 ` bug#44934: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-11-28 21:22 UTC (permalink / raw)
  To: 44934

* gnu/packages/emacs.scm (emacs-next-pgtk): Update to savannah feature/pgtk branch.
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6fb323deaf..baaa06e5fc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -314,7 +314,7 @@ languages.")
               (files '("share/info"))))))))
 
 (define-public emacs-next-pgtk
-  (let ((commit "3df4ca451d41a5f1036713277ef55ca9734c6fa7")
+  (let ((commit "d46a223d8595e8edb67c6361033625797503cacf")
         (revision "0"))
     (package/inherit emacs-next
       (name "emacs-next-pgtk")
@@ -323,12 +323,12 @@ languages.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/masm11/emacs")
+               (url "https://git.savannah.gnu.org/git/emacs.git")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1c677c97b9avhlzysg09cvf6bd69iz41ggppnszw8chhphk3knfc"))))
+           "1fhkgqsdpy3qkf8wyjvavnfyh8byxh0h80n0448rkg9k0lrkl4wf"))))
       (arguments
        (substitute-keyword-arguments (package-arguments emacs-next)
          ((#:configure-flags flags ''())
-- 
2.29.2






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

* bug#44934: [PATCH] gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch.
  2020-11-28 21:22 [bug#44934] [PATCH] gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch Ryan Prior via Guix-patches via
@ 2020-11-30 22:43 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-11-30 22:43 UTC (permalink / raw)
  To: Ryan Prior; +Cc: 44934-done

Hi,

Ryan Prior <rprior@protonmail.com> skribis:

> * gnu/packages/emacs.scm (emacs-next-pgtk): Update to savannah feature/pgtk branch.

[...]

>           (uri (git-reference
> -               (url "https://github.com/masm11/emacs")
> +               (url "https://git.savannah.gnu.org/git/emacs.git")

Good idea.  Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2020-11-30 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 21:22 [bug#44934] [PATCH] gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch Ryan Prior via Guix-patches via
2020-11-30 22:43 ` bug#44934: " 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).