[PATCH] gnu: anubis: Update to 4.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
f3be78fd7ca463d62301ee9e4cbeafd7773f6b02.1706858005.git.atai@atai.org
* gnu/packages/mail.scm (anubis): Update to 4.3

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

Toggle diff (27 lines)
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
Christopher Baines wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)
878r3oblia.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (7 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXLX11fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf35A//QpidtonVRzf6NQ0WodId/Sq546WQlycd
Im5c/xGrrtNKAMT7EKe0IQJRBjGQlvvokuypRtDZg8lkSc81yyvnv2Y87g82BBNO
yeE7DeaBucLamIAvDdv5fY8W0BsbqcEPq2RW/KcMDD8V4+fXIscDhIMs5RZya73Z
rmAJUILbd991qSfLKjiubDgiAtZhNCvj3X5tjuAY/FO7CJ3rUHQyX69FMd+8ZiBt
1rjfHfbxD53HUlqRi8zOTjtC7dfpwVHzaDPBRKbnJ0SbDET/MjcZ3xnKPRLfXT8+
VWZcU8nTiylXwaiyWqVAfZLm9UcvJTw+8QYebjNaSsoRUADqyP0hoBDDRmh7wtfH
8aC08umMmO30AlwLJFQ9nYxOurVvbljrbSP6XwpF/TUE516FXVXYStsyLBHZVUeJ
NtUms5X8cRPi6s0zJLKbZSWb/5SeOUOC5xp+dha6JlSaAs3QC8MvUmGFwiD1msXB
PslcP/f6dZ+qp8f9MDpViCj8qvWAoX2/lIoG/G3wYNIRn3nC52WWQNaS7fCxTr3I
1jE4Vmv/JUlHS7kmEuYqZWIbeU6Z/LAQs4NcKm9IXWkQ2YJuWmAMrVLsMlAwQD3p
NrVzjQ62msd+AgNb3akSpNhL8+qe4yGGE14eqW4QGKJh5qCzb940+JVwd2/6N/PQ
ttPXboGjB/M=
=7WGJ
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 68885@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68885
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help