gnu: clamav: Update to 0.103.11.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.11. Change-Id: I8aaed3f1225b6ff80d403be42a1370327a41b3da Signed-off-by: Hilton Chain <hako@ultrarare.space>master
parent
b0d7e4923e
commit
12b2af0536
|
@ -45,14 +45,14 @@
|
|||
(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
|
||||
|
|
Reference in New Issue