Archived
1
0
Fork 0

gnu: rspamd: Update to 3.4.

* gnu/packages/mail.scm (rspamd): Update to 3.4.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:02 +01:00
parent 5a957ca6b2
commit 875ff18ccd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4471,7 +4471,7 @@ on RFC 3501 and original @code{imaplib} module.")
(define-public rspamd (define-public rspamd
(package (package
(name "rspamd") (name "rspamd")
(version "3.2") (version "3.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4479,7 +4479,7 @@ on RFC 3501 and original @code{imaplib} module.")
(url "https://github.com/rspamd/rspamd") (url "https://github.com/rspamd/rspamd")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "122d5m1nfxxz93bhsk8lm4dazvdknzphb0a1188m7bsa4iynbfv2")) (base32 "0jgmi8wqzsnwvfj6w4njzhxhcawbafsdxjkx1ym8r2jx8k4hwhi8"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments