guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: branch master updated: gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e.
Date: Mon, 01 Feb 2021 18:55:08 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5ecc095  gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e.
5ecc095 is described below

commit 5ecc09551b0394e59406ef7898bc084236d84c97
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Feb 1 07:33:07 2021 +0100

    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>
---
 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 5cca2bc..98061c9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -308,8 +308,8 @@ languages.")
               (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 @@ languages.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1fhkgqsdpy3qkf8wyjvavnfyh8byxh0h80n0448rkg9k0lrkl4wf"))))
+           "07hgfqh965zmra0rbmnf63p3lsinpv5hn5payqcrjx25pl75xnaf"))))
       (arguments
        (substitute-keyword-arguments (package-arguments emacs-next)
          ((#:configure-flags flags ''())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]