guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: clamav: Update to 0.102.4.


From: guix-commits
Subject: 05/05: gnu: clamav: Update to 0.102.4.
Date: Sat, 18 Jul 2020 20:19:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7ffec020aec9ccbc531d24e65acd93e9f3962f9f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 19 02:19:05 2020 +0200

    gnu: clamav: Update to 0.102.4.
    
    * gnu/packages/antivirus.scm (clamav): Update to 0.102.4.
---
 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 367ebe7..c7bf911 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -44,14 +44,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.102.3")
+    (version "0.102.4")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "14q6vi178ih60yz4ja33b6181va1dcj8fyscnmxfx2crav250c7d"))
+                "06rrzyrhnr0rswryijpbbzywr6387rv8qjq8sb8cl3h2d1m45ggf"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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