guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: clamav: Update to 0.102.0.


From: guix-commits
Subject: 01/01: gnu: clamav: Update to 0.102.0.
Date: Tue, 15 Oct 2019 00:17:38 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit a7ba534ca638b00495b11ba5c8f681331c77bb14
Author: Eric Bavier <address@hidden>
Date:   Mon Oct 14 23:12:48 2019 -0500

    gnu: clamav: Update to 0.102.0.
    
    * gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
---
 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 5127ba1..a723e8b 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2018 Eric Bavier <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Eric Bavier <address@hidden>
 ;;; Copyright © 2018 Christopher Baines <address@hidden>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
@@ -44,14 +44,14 @@
 (define-public clamav
   (package
     (name "clamav")
-    (version "0.101.2")
+    (version "0.102.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.clamav.net/downloads/production/";
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "0d3n4y8i5q594h4cjglmvpk4jd73r9ajpp1bvq5lr9zpdzgyn4ha"))
+                "1qdyj4r39266bmbsd2nwyspm20k9wh3c30awrg8c54y78s61izj8"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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