me
/
guix
Archived
1
0
Fork 0

gnu: opensmtpd-filter-rspamd: Update to 0.1.8.

* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
master
Tobias Geerinckx-Rice 2023-06-18 02:00:01 +02:00
parent 22642d4604
commit 021e945d01
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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