guix-patches
[Top][All Lists]
Advanced

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

[bug#68904] [PATCH] gnu: clamav: Update to 0.103.11.


From: kiasoc5
Subject: [bug#68904] [PATCH] gnu: clamav: Update to 0.103.11.
Date: Fri, 2 Feb 2024 23:02:08 -0500

* gnu/packages/antivirus.scm (clamav): Update to 0.103.11.

Change-Id: I8aaed3f1225b6ff80d403be42a1370327a41b3da
---
 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-module (gnu packages antivirus)
 (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

base-commit: bf7991a8c767abd32cfb2c92e3d57665a7cabf00
-- 
2.39.2






reply via email to

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