all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63821] [PATCH] gnu: neomutt: Update to 20230517.
@ 2023-06-01  8:07 flabbergasted
  2023-08-26 12:01 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: flabbergasted @ 2023-06-01  8:07 UTC (permalink / raw)
  To: 63821

---
 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 02e0da2..7b7b5d7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -649,7 +649,7 @@ (define-public mutt
 (define-public neomutt
   (package
     (name "neomutt")
-    (version "20220429")
+    (version "20230517")
     (source
      (origin
        (method git-fetch)
@@ -658,7 +658,7 @@ (define-public neomutt
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "106m6al48m22gl8848z8d0hsg2qiaz74vgy4f37hycl4v5d3n5ic"))))
+        (base32 "0kjllp2scgmpkl8yd0hwz6jmm98hr2r7qkb75ps9753fl96i4bfn"))))
     (build-system gnu-build-system)
     (inputs
      (list cyrus-sasl

base-commit: 6ea2e1105ad66062996eabb8af747c6ada353717
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#63821] [PATCH] gnu: neomutt: Update to 20230517.
  2023-06-01  8:07 [bug#63821] [PATCH] gnu: neomutt: Update to 20230517 flabbergasted
@ 2023-08-26 12:01 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-08-26 12:01 UTC (permalink / raw)
  To: flabbergasted; +Cc: 63821-done, 63821

[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]


flabbergasted <flabbergasted@nofog.net> writes:

> ---
>  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 02e0da2..7b7b5d7 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -649,7 +649,7 @@ (define-public mutt
>  (define-public neomutt
>    (package
>      (name "neomutt")
> -    (version "20220429")
> +    (version "20230517")
>      (source
>       (origin
>         (method git-fetch)
> @@ -658,7 +658,7 @@ (define-public neomutt
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "106m6al48m22gl8848z8d0hsg2qiaz74vgy4f37hycl4v5d3n5ic"))))
> +        (base32 "0kjllp2scgmpkl8yd0hwz6jmm98hr2r7qkb75ps9753fl96i4bfn"))))
>      (build-system gnu-build-system)
>      (inputs
>       (list cyrus-sasl
>
> base-commit: 6ea2e1105ad66062996eabb8af747c6ada353717


Thanks, I've added a changelog to the commit message and pushed this to
master as bdea9adc869ed23f41aa444bbcc8b8f75349fe86.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-26 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01  8:07 [bug#63821] [PATCH] gnu: neomutt: Update to 20230517 flabbergasted
2023-08-26 12:01 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.