Archived
1
0
Fork 0

gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ryan Prior 2020-11-28 21:22:06 +00:00 committed by Ludovic Courtès
parent 07303b2d5b
commit 50b18b5c10
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 ''())