mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: opensmtpd-filter-rspamd: Update to 0.1.8.
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
This commit is contained in:
parent
22642d4604
commit
021e945d01
1 changed files with 2 additions and 2 deletions
|
@ -3388,14 +3388,14 @@ (define-public opensmtpd-filter-dkimsign
|
|||
(define-public opensmtpd-filter-rspamd
|
||||
(package
|
||||
(name "opensmtpd-filter-rspamd")
|
||||
(version "0.1.7")
|
||||
(version "0.1.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/poolpOrg/filter-rspamd")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1qhrw20q9y44ffgx5k14nvqc9dh47ihywgzza84g0zv9xgif7hd5"))
|
||||
(base32 "1zjmxfr22gvrxy3nfngl66h1fsd1sv4kxdn91r8byqijy6p65pai"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue