diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 00:52:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:55 +0100 |
commit | de73df3a085af9485e53241c062ef1356259132e (patch) | |
tree | 19ce72f1635f93c00d97f5058155da593cdc857b /gnu | |
parent | bdd5fbaf9556c8301e3d9b42a0a1e91475cf221a (diff) | |
download | guix-de73df3a085af9485e53241c062ef1356259132e.tar.gz guix-de73df3a085af9485e53241c062ef1356259132e.zip |
gnu: clamav: Update to 0.102.1.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/antivirus.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm index a723e8bebe..397b94301d 100644 --- a/gnu/packages/antivirus.scm +++ b/gnu/packages/antivirus.scm @@ -44,14 +44,14 @@ (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 |