diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-19 02:19:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-19 02:19:30 +0200 |
commit | 7ffec020aec9ccbc531d24e65acd93e9f3962f9f (patch) | |
tree | a74285d957f83dda0bfebe288a06880209c118bb /gnu | |
parent | 6052fd73ae60760407ea2c57007ad11b60e60f4e (diff) |
gnu: clamav: Update to 0.102.4.
* gnu/packages/antivirus.scm (clamav): Update to 0.102.4.
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 367ebe70dd..c7bf911ae7 100644 --- a/gnu/packages/antivirus.scm +++ b/gnu/packages/antivirus.scm @@ -44,14 +44,14 @@ (define-public clamav (package (name "clamav") - (version "0.102.3") + (version "0.102.4") (source (origin (method url-fetch) (uri (string-append "https://www.clamav.net/downloads/production/" "clamav-" version ".tar.gz")) (sha256 (base32 - "14q6vi178ih60yz4ja33b6181va1dcj8fyscnmxfx2crav250c7d")) + "06rrzyrhnr0rswryijpbbzywr6387rv8qjq8sb8cl3h2d1m45ggf")) (modules '((guix build utils))) (snippet '(begin |