diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 04:33:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:32:49 +0200 |
commit | b4733a1a6f42d0814fab17e54a1eebf9e42d89e7 (patch) | |
tree | 2b277e3929fb1a32cc479b2b25218fe085341ddc /gnu | |
parent | 819cba3cd8d1042fdfdf6a381655e71406eaa4de (diff) | |
download | patches-b4733a1a6f42d0814fab17e54a1eebf9e42d89e7.tar patches-b4733a1a6f42d0814fab17e54a1eebf9e42d89e7.tar.gz |
gnu: clamav: Update to 0.101.2.
* gnu/packages/antivirus.scm (clamav): Update to 0.101.2.
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 840b5410a6..5127ba1741 100644 --- a/gnu/packages/antivirus.scm +++ b/gnu/packages/antivirus.scm @@ -44,14 +44,14 @@ (define-public clamav (package (name "clamav") - (version "0.101.1") + (version "0.101.2") (source (origin (method url-fetch) (uri (string-append "https://www.clamav.net/downloads/production/" "clamav-" version ".tar.gz")) (sha256 (base32 - "01mq3z04fjbq5iq8wfwfim72iv3dn04d3ishc5lkhxpmnalqydps")) + "0d3n4y8i5q594h4cjglmvpk4jd73r9ajpp1bvq5lr9zpdzgyn4ha")) (modules '((guix build utils))) (snippet '(begin |