emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46224: closed ([PATCH] gnu: emacs-next-pgtk: Update to 28.0.50-0.ae1


From: GNU bug Tracking System
Subject: bug#46224: closed ([PATCH] gnu: emacs-next-pgtk: Update to 28.0.50-0.ae18c8e.)
Date: Tue, 02 Feb 2021 00:01:02 +0000

Your message dated Mon, 1 Feb 2021 18:59:50 -0500
with message-id <YBiV9pVPPzRftP/N@jasmine.lan>
and subject line Re: [bug#46224] [PATCH] gnu: emacs-next-pgtk: Update to 
28.0.50-0.ae18c8e.
has caused the debbugs.gnu.org bug report #46224,
regarding [PATCH] gnu: emacs-next-pgtk: Update to 28.0.50-0.ae18c8e.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46224: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46224
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-next-pgtk: Update to 28.0.50-0.ae18c8e. Date: Mon, 1 Feb 2021 07:33:07 +0100
* 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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46224] [PATCH] gnu: emacs-next-pgtk: Update to 28.0.50-0.ae18c8e. Date: Mon, 1 Feb 2021 18:59:50 -0500
On Mon, Feb 01, 2021 at 07:33:07AM +0100, guix-patches--- via wrote:
> * gnu/packages/emacs.scm (emacs-next-pgtk):
> [version]: Update to 28.0.50-0.ae18c8e.
> [commit]: Bump to ae18c8ec4f0ef37c8c9cda473770ff47e41291e2.

Thanks!

> -  (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


https://guix.gnu.org/manual/en/html_node/Version-Numbers.html


--- End Message ---

reply via email to

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