gnu: anubis: Update to 4.3.

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

Change-Id: If80772daaaa517e4baadfb8a7a00969749fcddda
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2024-02-01 23:13:55 -08:00 committed by Christopher Baines
parent e5bfc462dd
commit a779b98816
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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