guix-commits
[Top][All Lists]
Advanced

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

22/23: gnu: clamav: Update to 0.103.11.


From: guix-commits
Subject: 22/23: gnu: clamav: Update to 0.103.11.
Date: Mon, 5 Feb 2024 02:29:44 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 12b2af05360de0e133b747cfaa8590dcebf5f185
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Feb 2 23:02:08 2024 -0500

    gnu: clamav: Update to 0.103.11.
    
    * gnu/packages/antivirus.scm (clamav): Update to 0.103.11.
    
    Change-Id: I8aaed3f1225b6ff80d403be42a1370327a41b3da
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 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 750db04040..d061b18b11 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -45,14 +45,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.103.8")
+    (version "0.103.11")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "0gwcikzfdswrdh5vhh3x4lx8w92476fmb7im7phnv4r7x5pdljbg"))
+                "04by1g3p6awhi3j1y6zpwzmasdnvjgi6lwm34l2gadlwgkdfpmv1"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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