GNU bug report logs - #25867
[PATCH] gnu: neomutt: Update to 20170225.

Previous Next

Package: guix-patches;

Reported by: contact.ng0 <at> cryptolab.net

Date: Sat, 25 Feb 2017 09:16:01 UTC

Severity: normal

Tags: patch

Done: ng0 <contact.ng0 <at> cryptolab.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25867 in the body.
You can then email your comments to 25867 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#25867; Package guix-patches. (Sat, 25 Feb 2017 09:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to contact.ng0 <at> cryptolab.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 Feb 2017 09:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: contact.ng0 <at> cryptolab.net
To: guix-patches <at> gnu.org
Cc: ng0 <contact.ng0 <at> cryptolab.net>
Subject: [PATCH] gnu: neomutt: Update to 20170225.
Date: Sat, 25 Feb 2017 09:16:43 +0000
From: ng0 <contact.ng0 <at> cryptolab.net>

* gnu/packages/mail.scm (neomutt): Update to 20170225.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a9b2cb3ec..f4f732ec1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -254,7 +254,7 @@ operating systems.")
   (package
     (inherit mutt)
     (name "neomutt")
-    (version "20170113")
+    (version "20170225")
     (source
      (origin
        (method url-fetch)
@@ -263,7 +263,7 @@ operating systems.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0cqr77q263b5qcmdw6g0qixdpk6gmzgzpa03v226nr55v2ips9jg"))))
+         "00ll35g9pcanzrxsjp09vrmq6flml249dipcznrq2z4jy2zd386p"))))
     (inputs
      `(("cyrus-sasl" ,cyrus-sasl)
        ("gdbm" ,gdbm)
-- 
2.11.1





Information forwarded to guix-patches <at> gnu.org:
bug#25867; Package guix-patches. (Sun, 26 Feb 2017 18:08:01 GMT) Full text and rfc822 format available.

Message #8 received at 25867 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: contact.ng0 <at> cryptolab.net
Cc: 25867 <at> debbugs.gnu.org
Subject: Re: bug#25867: [PATCH] gnu: neomutt: Update to 20170225.
Date: Sun, 26 Feb 2017 13:07:29 -0500
[Message part 1 (text/plain, inline)]
contact.ng0 <at> cryptolab.net writes:

> From: ng0 <contact.ng0 <at> cryptolab.net>
>
> * gnu/packages/mail.scm (neomutt): Update to 20170225.
> ---
>  gnu/packages/mail.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index a9b2cb3ec..f4f732ec1 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -254,7 +254,7 @@ operating systems.")
>    (package
>      (inherit mutt)
>      (name "neomutt")
> -    (version "20170113")
> +    (version "20170225")
>      (source
>       (origin
>         (method url-fetch)
> @@ -263,7 +263,7 @@ operating systems.")
>         (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "0cqr77q263b5qcmdw6g0qixdpk6gmzgzpa03v226nr55v2ips9jg"))))
> +         "00ll35g9pcanzrxsjp09vrmq6flml249dipcznrq2z4jy2zd386p"))))
>      (inputs
>       `(("cyrus-sasl" ,cyrus-sasl)
>         ("gdbm" ,gdbm)

LGTM. Pushed to master as 9c66b885436e6d00c846f231e1077b5bb2ee2a43.
[signature.asc (application/pgp-signature, inline)]

Reply sent to ng0 <contact.ng0 <at> cryptolab.net>:
You have taken responsibility. (Sun, 26 Feb 2017 19:56:01 GMT) Full text and rfc822 format available.

Notification sent to contact.ng0 <at> cryptolab.net:
bug acknowledged by developer. (Sun, 26 Feb 2017 19:56:02 GMT) Full text and rfc822 format available.

Message #13 received at 25867-done <at> debbugs.gnu.org (full text, mbox):

From: ng0 <contact.ng0 <at> cryptolab.net>
To: Kei Kebreau <kei <at> openmailbox.org>
Cc: 25867-done <at> debbugs.gnu.org
Subject: Re: bug#25867: [PATCH] gnu: neomutt: Update to 20170225.
Date: Sun, 26 Feb 2017 19:57:31 +0000
On 17-02-26 13:07:29, Kei Kebreau wrote:
> contact.ng0 <at> cryptolab.net writes:
> 
> > From: ng0 <contact.ng0 <at> cryptolab.net>
> >
> > * gnu/packages/mail.scm (neomutt): Update to 20170225.
> > ---
> >  gnu/packages/mail.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> > index a9b2cb3ec..f4f732ec1 100644
> > --- a/gnu/packages/mail.scm
> > +++ b/gnu/packages/mail.scm
> > @@ -254,7 +254,7 @@ operating systems.")
> >    (package
> >      (inherit mutt)
> >      (name "neomutt")
> > -    (version "20170113")
> > +    (version "20170225")
> >      (source
> >       (origin
> >         (method url-fetch)
> > @@ -263,7 +263,7 @@ operating systems.")
> >         (file-name (string-append name "-" version ".tar.gz"))
> >         (sha256
> >          (base32
> > -         "0cqr77q263b5qcmdw6g0qixdpk6gmzgzpa03v226nr55v2ips9jg"))))
> > +         "00ll35g9pcanzrxsjp09vrmq6flml249dipcznrq2z4jy2zd386p"))))
> >      (inputs
> >       `(("cyrus-sasl" ,cyrus-sasl)
> >         ("gdbm" ,gdbm)
> 
> LGTM. Pushed to master as 9c66b885436e6d00c846f231e1077b5bb2ee2a43.

Thanks! Patch-bug closed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Mar 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.