diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 22:29:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 23:00:21 +0200 |
commit | b7210a3241cccb80ff9056ed0c087a3bef4b0327 (patch) | |
tree | e6c8fe61b94d97518afabeaf5435c467dabd5398 /gnu/packages/antivirus.scm | |
parent | 2a372bedbfe0cc5beff52eb3fc22e4786831abb6 (diff) |
gnu: clamav: Update to 0.103.0.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.0.
* gnu/packages/patches/clamav-system-tomsfastmath.patch: Update patch.
Diffstat (limited to 'gnu/packages/antivirus.scm')
-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 c7bf911ae7..fa62173572 100644 --- a/gnu/packages/antivirus.scm +++ b/gnu/packages/antivirus.scm @@ -44,14 +44,14 @@ (define-public clamav (package (name "clamav") - (version "0.102.4") + (version "0.103.0") (source (origin (method url-fetch) (uri (string-append "https://www.clamav.net/downloads/production/" "clamav-" version ".tar.gz")) (sha256 (base32 - "06rrzyrhnr0rswryijpbbzywr6387rv8qjq8sb8cl3h2d1m45ggf")) + "0ih5x1rscg2m64y0z20njj7435q8k7ss575cfw7aipdzfx979a9j")) (modules '((guix build utils))) (snippet '(begin |