gnu: clamav: Update to 0.103.3.

* gnu/packages/antivirus.scm (clamav): Update to 0.103.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-23 20:54:42 +02:00
parent 1f3d7b4534
commit 39b54506b0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -44,14 +44,14 @@ (define-module (gnu packages antivirus)
(define-public clamav
(package
(name "clamav")
(version "0.103.2")
(version "0.103.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.clamav.net/downloads/production/"
"clamav-" version ".tar.gz"))
(sha256
(base32
"1lhv4xw89sszi519agvc9mi6jz5aiivm9yr6lciy8qk2csnd1dfl"))
"1sba4zccgwjqk29b5qkgfc9gm794hmk6j7bpj8wilgcz8hc3svlz"))
(modules '((guix build utils)))
(snippet
'(begin