* [bug#68904] [PATCH] gnu: clamav: Update to 0.103.11.
@ 2024-02-03 4:02 kiasoc5 via Guix-patches via
2024-02-05 7:45 ` bug#68904: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-02-03 4:02 UTC (permalink / raw)
To: 68904; +Cc: kiasoc5
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-05 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-03 4:02 [bug#68904] [PATCH] gnu: clamav: Update to 0.103.11 kiasoc5 via Guix-patches via
2024-02-05 7:45 ` bug#68904: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.