gnu: rspamd: Update to 3.4.
* gnu/packages/mail.scm (rspamd): Update to 3.4.
This commit is contained in:
parent
5a957ca6b2
commit
875ff18ccd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue