mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
e5bfc462dd
commit
a779b98816
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue