guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: clamav: Update to 0.103.7.


From: guix-commits
Subject: 08/11: gnu: clamav: Update to 0.103.7.
Date: Sun, 8 Jan 2023 10:14:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 46dd4402344996f206a6d3d9d765cb6626b4eae6
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Dec 10 16:59:47 2022 -0500

    gnu: clamav: Update to 0.103.7.
    
    * gnu/packages/antivirus.scm (clamav): Update to 0.103.7.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 cda3fc942b..f72ffea1ff 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -45,14 +45,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.103.6")
+    (version "0.103.7")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "0cxsv5m9pqxxb56qd7hlj11pwmdgm07s3msh3hxk47czq4yjx8da"))
+                "0l3yn4dl4zgpq2qmj29kkd0fksyy1icr0rpp3fyvbcqcc0gw6d0y"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]