gnu: clamav: Update to 0.102.1.

* gnu/packages/antivirus.scm (clamav): Update to 0.102.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-23 00:52:53 +01:00
parent bdd5fbaf95
commit de73df3a08
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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