[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: clamav: Update to 0.103.3.
From: |
guix-commits |
Subject: |
01/09: gnu: clamav: Update to 0.103.3. |
Date: |
Wed, 23 Jun 2021 18:42:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 39b54506b0abe3cfda292b73f3b8f7fbe9591d79
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 23 20:54:42 2021 +0200
gnu: clamav: Update to 0.103.3.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.3.
---
gnu/packages/antivirus.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index 9bcfe52..368b0ef 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
- branch master updated (1f3d7b4 -> 834f78f), guix-commits, 2021/06/23
- 03/09: gnu: s2n: Expand description., guix-commits, 2021/06/23
- 01/09: gnu: clamav: Update to 0.103.3.,
guix-commits <=
- 06/09: gnu: ell: Update to 0.41., guix-commits, 2021/06/23
- 07/09: gnu: iwd: Update to 1.15., guix-commits, 2021/06/23
- 09/09: gnu: rng-tools: Update to 6.13., guix-commits, 2021/06/23
- 02/09: gnu: s2n: Update to 1.0.10., guix-commits, 2021/06/23
- 04/09: gnu: nix: Update to 2.3.12., guix-commits, 2021/06/23
- 05/09: gnu: vmpk: Update to 0.8.3., guix-commits, 2021/06/23
- 08/09: gnu: Add cachefilesd-inotify., guix-commits, 2021/06/23