gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e.

* gnu/packages/emacs.scm (emacs-next-pgtk): Update to 28.0.50-1.ae18c8e.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Léo Le Bouter 2021-02-01 07:33:07 +01:00 committed by Leo Famulari
parent 2ab2d8e554
commit 5ecc09551b
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -308,8 +308,8 @@ (define-public emacs-next
(files '("share/info"))))))))
(define-public emacs-next-pgtk
(let ((commit "d46a223d8595e8edb67c6361033625797503cacf")
(revision "0"))
(let ((commit "ae18c8ec4f0ef37c8c9cda473770ff47e41291e2")
(revision "1"))
(package/inherit emacs-next
(name "emacs-next-pgtk")
(version (git-version "28.0.50" revision commit))
@ -322,7 +322,7 @@ (define-public emacs-next-pgtk
(file-name (git-file-name name version))
(sha256
(base32
"1fhkgqsdpy3qkf8wyjvavnfyh8byxh0h80n0448rkg9k0lrkl4wf"))))
"07hgfqh965zmra0rbmnf63p3lsinpv5hn5payqcrjx25pl75xnaf"))))
(arguments
(substitute-keyword-arguments (package-arguments emacs-next)
((#:configure-flags flags ''())