mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: rspamd: Update to 3.6.
* gnu/packages/mail.scm (rspamd): Update to 3.6.
This commit is contained in:
parent
0318188a5c
commit
7087fc0751
1 changed files with 2 additions and 2 deletions
|
@ -4548,7 +4548,7 @@ (define-public python-imaplib2
|
||||||
(define-public rspamd
|
(define-public rspamd
|
||||||
(package
|
(package
|
||||||
(name "rspamd")
|
(name "rspamd")
|
||||||
(version "3.5")
|
(version "3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4556,7 +4556,7 @@ (define-public rspamd
|
||||||
(url "https://github.com/rspamd/rspamd")
|
(url "https://github.com/rspamd/rspamd")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d45vhs66r6ig5mvmx52i7c2b638y2zc7wgv3lx0pq7dqgjxxsyz"))
|
(base32 "1ra18c3wczbdqrg9p69k04smjskjkdpxcfff9ff4yi7pmqjaxr8s"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue