diff mbox series

[bug#59951] gnu: clamav: Update to 0.103.7.

Message ID 20221210215947.41354-1-kiasoc5@disroot.org
State New
Headers show
Series [bug#59951] gnu: clamav: Update to 0.103.7. | expand

Commit Message

kiasoc5 Dec. 10, 2022, 9:59 p.m. UTC
* gnu/packages/antivirus.scm (clamav): Update to 0.103.7.
---
 gnu/packages/antivirus.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: c8316c1e47ce2ace5474cbcda03555cf915b4fce

Comments

kiasoc5 Dec. 26, 2022, 8:11 p.m. UTC | #1
Why does it show that the QA is passing for this patch when it only 
successfully builds on x86_64?

https://qa.guix.gnu.org/issue/59951
Ludovic Courtès Jan. 8, 2023, 2:37 p.m. UTC | #2
Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

> Why does it show that the QA is passing for this patch when it only
> successfully builds on x86_64?
>
> https://qa.guix.gnu.org/issue/59951

I think it’s green as long as there’s no regression, which is the case
here.

Ludo’.
Ludovic Courtès Jan. 8, 2023, 2:37 p.m. UTC | #3
kiasoc5 <kiasoc5@disroot.org> skribis:

> * gnu/packages/antivirus.scm (clamav): Update to 0.103.7.

Applied, thanks!
kiasoc5 Jan. 8, 2023, 7:07 p.m. UTC | #4
On 1/8/23 09:37, Ludovic Courtès wrote:
> Hi,
> 
> kiasoc5 <kiasoc5@disroot.org> skribis:
> 
>> Why does it show that the QA is passing for this patch when it only
>> successfully builds on x86_64?
>>
>> https://qa.guix.gnu.org/issue/59951
> 
> I think it’s green as long as there’s no regression, which is the case
> here.
> 
> Ludo’.
Great, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index cda3fc942b..f72ffea1ff 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.6")
+    (version "0.103.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.clamav.net/downloads/production/"
                                   "clamav-" version ".tar.gz"))
               (sha256
                (base32
-                "0cxsv5m9pqxxb56qd7hlj11pwmdgm07s3msh3hxk47czq4yjx8da"))
+                "0l3yn4dl4zgpq2qmj29kkd0fksyy1icr0rpp3fyvbcqcc0gw6d0y"))
               (modules '((guix build utils)))
               (snippet
                '(begin