guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: clamav: Update to 0.102.2.


From: guix-commits
Subject: branch master updated: gnu: clamav: Update to 0.102.2.
Date: Tue, 11 Feb 2020 00:37:43 -0500

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a89ea0b  gnu: clamav: Update to 0.102.2.
a89ea0b is described below

commit a89ea0b34de0ca76cf1d1e15161b5246151ce60e
Author: Eric Bavier <address@hidden>
AuthorDate: Mon Feb 10 23:36:28 2020 -0600

    gnu: clamav: Update to 0.102.2.
    
    * gnu/packages/antivirus.scm (clamav): Update to 0.102.2.
    [native-inputs]: Use latest check package.
---
 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 9f34a1e..dc4cc11 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -44,14 +44,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.102.1")
+    (version "0.102.2")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "1mpdgn3isz26hd1j6p8lcb76v8hjs54k1wb655rnil4hv78aig8d"))
+                "1lq7r6r2yl8pp3fkn32b0bsmbbl9pg90kpvhsa2clad3xg0drz49"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -67,7 +67,7 @@
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("check" ,check-0.12)            ; for tests
+       ("check" ,check)                 ; for tests
        ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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