[PATCH] gnu: emacs-next-pgtk: Update to 28.0.50-0.ae18c8e.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Léo Le Bouter
Owner
unassigned
Submitted by
Léo Le Bouter
Severity
normal
L
L
Léo Le Bouter wrote on 1 Feb 2021 07:33
(address . guix-patches@gnu.org)(name . Léo Le Bouter)(address . lle-bout@zaclys.net)
20210201063307.4436-1-lle-bout@zaclys.net
* gnu/packages/emacs.scm (emacs-next-pgtk):
[version]: Update to 28.0.50-0.ae18c8e.
[commit]: Bump to ae18c8ec4f0ef37c8c9cda473770ff47e41291e2.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5cca2bc9f7..17115e7860 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -308,7 +308,7 @@ languages.")
(files '("share/info"))))))))
(define-public emacs-next-pgtk
- (let ((commit "d46a223d8595e8edb67c6361033625797503cacf")
+ (let ((commit "ae18c8ec4f0ef37c8c9cda473770ff47e41291e2")
(revision "0"))
(package/inherit emacs-next
(name "emacs-next-pgtk")
@@ -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 ''())
--
2.30.0
L
L
Leo Famulari wrote on 2 Feb 2021 00:59
(name . guix-patches--- via)(address . guix-patches@gnu.org)(address . 46224-done@debbugs.gnu.org)
YBiV9pVPPzRftP/N@jasmine.lan
On Mon, Feb 01, 2021 at 07:33:07AM +0100, guix-patches--- via wrote:
Toggle quote (4 lines)
> * gnu/packages/emacs.scm (emacs-next-pgtk):
> [version]: Update to 28.0.50-0.ae18c8e.
> [commit]: Bump to ae18c8ec4f0ef37c8c9cda473770ff47e41291e2.

Thanks!

Toggle quote (5 lines)
> - (let ((commit "d46a223d8595e8edb67c6361033625797503cacf")
> + (let ((commit "ae18c8ec4f0ef37c8c9cda473770ff47e41291e2")
> (revision "0"))


I updated the package revision to "1" and pushed as
5ecc09551b0394e59406ef7898bc084236d84c97

The revision field lets us ensure that the version increases
monotonically in cases like this, so that `guix upgrade` will work as
expected.[0]

The new package's version is this:

28.0.50-1.ae18c8e

... and the old version was this:

28.0.50-0.d46a223


?