mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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 @@ (define-public python-imaplib2
|
|||
(define-public rspamd
|
||||
(package
|
||||
(name "rspamd")
|
||||
(version "3.2")
|
||||
(version "3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4479,7 +4479,7 @@ (define-public rspamd
|
|||
(url "https://github.com/rspamd/rspamd")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "122d5m1nfxxz93bhsk8lm4dazvdknzphb0a1188m7bsa4iynbfv2"))
|
||||
(base32 "0jgmi8wqzsnwvfj6w4njzhxhcawbafsdxjkx1ym8r2jx8k4hwhi8"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue