diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-23 20:54:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-24 00:31:52 +0200 |
commit | 39b54506b0abe3cfda292b73f3b8f7fbe9591d79 (patch) | |
tree | 252fcb72c274881013c1e5e835d6e40c5256e6b8 | |
parent | 1f3d7b45349d43e5cc02594083e0cd44ef730992 (diff) |
gnu: clamav: Update to 0.103.3.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.3.
-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 9bcfe52126..368b0efde7 100644 --- a/gnu/packages/antivirus.scm +++ b/gnu/packages/antivirus.scm @@ -44,14 +44,14 @@ (define-public clamav (package (name "clamav") - (version "0.103.2") + (version "0.103.3") (source (origin (method url-fetch) (uri (string-append "https://www.clamav.net/downloads/production/" "clamav-" version ".tar.gz")) (sha256 (base32 - "1lhv4xw89sszi519agvc9mi6jz5aiivm9yr6lciy8qk2csnd1dfl")) + "1sba4zccgwjqk29b5qkgfc9gm794hmk6j7bpj8wilgcz8hc3svlz")) (modules '((guix build utils))) (snippet '(begin |