emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#68904: closed ([PATCH] gnu: clamav: Update to 0.103.11.)
Date: Mon, 05 Feb 2024 07:46:01 +0000

Your message dated Mon, 05 Feb 2024 15:45:00 +0800
with message-id <87r0hr73sz.wl-hako@ultrarare.space>
and subject line Re: [bug#68904] [PATCH] gnu: clamav: Update to 0.103.11.
has caused the debbugs.gnu.org bug report #68904,
regarding [PATCH] gnu: clamav: Update to 0.103.11.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68904: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68904
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68904] [PATCH] gnu: clamav: Update to 0.103.11. Date: Mon, 05 Feb 2024 15:45:00 +0800
Hi kiasoc5,

On Sat, 03 Feb 2024 12:02:08 +0800,
kiasoc5 via Guix-patches via wrote:
> 
> * 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(-)

Applied as 12b2af05360de0e133b747cfaa8590dcebf5f185, thanks!


--- End Message ---

reply via email to

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