unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
To: 44934@debbugs.gnu.org
Subject: [bug#44934] [PATCH] gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch.
Date: Sat, 28 Nov 2020 21:22:06 +0000	[thread overview]
Message-ID: <20201128212201.29074-1-rprior@protonmail.com> (raw)

* 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






             reply	other threads:[~2020-11-28 21:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28 21:22 Ryan Prior via Guix-patches via [this message]
2020-11-30 22:43 ` bug#44934: [PATCH] gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201128212201.29074-1-rprior@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=44934@debbugs.gnu.org \
    --cc=rprior@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).