summaryrefslogtreecommitdiff
path: root/gnu/packages/antivirus.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-02-07 21:47:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-02-07 23:27:15 +0100
commit41863e1817096416f5cfd3d79c804fd908ba0b98 (patch)
tree4293f2f4a853c1f2a5308955b1b6e41c8bea3d1c /gnu/packages/antivirus.scm
parentc29b10b75d0717c6cd68be903a437cfe29748dd9 (diff)
downloadguix-patches-41863e1817096416f5cfd3d79c804fd908ba0b98.tar
guix-patches-41863e1817096416f5cfd3d79c804fd908ba0b98.tar.gz
gnu: clamav: Update to 0.103.1.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.1.
Diffstat (limited to 'gnu/packages/antivirus.scm')
-rw-r--r--gnu/packages/antivirus.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index fa62173572..29763f3452 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
-;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -44,14 +44,14 @@
(define-public clamav
(package
(name "clamav")
- (version "0.103.0")
+ (version "0.103.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.clamav.net/downloads/production/"
"clamav-" version ".tar.gz"))
(sha256
(base32
- "0ih5x1rscg2m64y0z20njj7435q8k7ss575cfw7aipdzfx979a9j"))
+ "0mz2aq8dh4i7mh59r71scczgyjbsj8l0a51nkwxsys5ji5xw823k"))
(modules '((guix build utils)))
(snippet
'(begin