all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68885] [PATCH] gnu: anubis: Update to 4.3
@ 2024-02-02  7:13 Andy Tai
  2024-02-13 12:23 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-02-02  7:13 UTC (permalink / raw)
  To: 68885; +Cc: Andy Tai

* gnu/packages/mail.scm (anubis): Update to 4.3

Change-Id: If80772daaaa517e4baadfb8a7a00969749fcddda
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 76f379a710..78d407a05f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -247,15 +247,15 @@ (define-public anubis
     (name "anubis")
     ;; This 4.2.90 alpha release adds support for Guile 3 and has fixes for
     ;; other issues.
-    (version "4.2.90")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://alpha.gnu.org/gnu/anubis/anubis-"
+       (uri (string-append "mirror://gnu/anubis/anubis-"
              version ".tar.gz"))
        (sha256
         (base32
-         "0dvm6acl32dv8bixx9z50gzwfp6kj4kxnn1j3dcwjlp7sasjp41s"))))
+         "0b5ghaccy09l6fv0bg4my3yrxbw807wpwk14xvjih8j6ghrz62pz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list automake autoconf gettext-minimal m4))                     ;for the test suite

base-commit: 88e8b807d6af3cf2902909d295cd3194aa7ea684
-- 
2.41.0





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

* [bug#68885] [PATCH] gnu: anubis: Update to 4.3
  2024-02-02  7:13 [bug#68885] [PATCH] gnu: anubis: Update to 4.3 Andy Tai
@ 2024-02-13 12:23 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-02-13 12:23 UTC (permalink / raw)
  To: Andy Tai; +Cc: 68885-done, 68885

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


Andy Tai <atai@atai.org> writes:

> * gnu/packages/mail.scm (anubis): Update to 4.3
>
> Change-Id: If80772daaaa517e4baadfb8a7a00969749fcddda
> ---
>  gnu/packages/mail.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks for the patch, I've pushed this to master as
a779b98816b3547be034d71863d5dd1ad492096c.

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:[~2024-02-13 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02  7:13 [bug#68885] [PATCH] gnu: anubis: Update to 4.3 Andy Tai
2024-02-13 12:23 ` 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.