diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-06-18 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-06-24 00:19:19 +0200 |
commit | 021e945d018cb9d2f088d426192742897043d561 (patch) | |
tree | aa599dfa3632a576a4354e74435fa7cccf21367e /gnu/packages | |
parent | 22642d460488896ec1ddb25d7eb262938db810eb (diff) | |
download | guix-021e945d018cb9d2f088d426192742897043d561.tar.gz |
gnu: opensmtpd-filter-rspamd: Update to 0.1.8.
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 801555803a..b35cfcd58c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3388,14 +3388,14 @@ messages with @acronym{DKIM, DomainKeys Identified Mail} (RFC 4871).") (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 |