all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59951] [PATCH] gnu: clamav: Update to 0.103.7.
@ 2022-12-10 21:59 kiasoc5 via Guix-patches via
  2022-12-26 20:11 ` kiasoc5 via Guix-patches via
  2023-01-08 14:37 ` bug#59951: " Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-12-10 21:59 UTC (permalink / raw)
  To: 59951; +Cc: kiasoc5

* gnu/packages/antivirus.scm (clamav): Update to 0.103.7.
---
 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 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

base-commit: c8316c1e47ce2ace5474cbcda03555cf915b4fce
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-08 19:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10 21:59 [bug#59951] [PATCH] gnu: clamav: Update to 0.103.7 kiasoc5 via Guix-patches via
2022-12-26 20:11 ` kiasoc5 via Guix-patches via
2023-01-08 14:37   ` Ludovic Courtès
2023-01-08 19:07     ` kiasoc5 via Guix-patches via
2023-01-08 14:37 ` bug#59951: " Ludovic Courtès

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.