guix-commits
[Top][All Lists]
Advanced

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

19/104: gnu: clamav: Update to 0.102.3.


From: guix-commits
Subject: 19/104: gnu: clamav: Update to 0.102.3.
Date: Sun, 17 May 2020 11:36:28 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 6359d1234bd7bd7ccff8370e2fe38eca65fe4151
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri May 15 18:42:34 2020 +0200

    gnu: clamav: Update to 0.102.3.
    
    * gnu/packages/antivirus.scm (clamav): Update to 0.102.3.
---
 gnu/packages/antivirus.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index dc4cc11..0491861 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Eric Bavier <address@hidden>
 ;;; Copyright © 2018 Christopher Baines <address@hidden>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -44,14 +44,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.102.2")
+    (version "0.102.3")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "1lq7r6r2yl8pp3fkn32b0bsmbbl9pg90kpvhsa2clad3xg0drz49"))
+                "14q6vi178ih60yz4ja33b6181va1dcj8fyscnmxfx2crav250c7d"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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