mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674].
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.9.
This commit is contained in:
parent
c67d462c53
commit
eca27032d9
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ (define-public expat
|
|||
(define expat/fixed
|
||||
(package
|
||||
(inherit expat)
|
||||
(version "2.4.7")
|
||||
(version "2.4.9")
|
||||
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -171,7 +171,7 @@ (define expat/fixed
|
|||
"/expat-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0zbss0dssn17mjmvk17qfi5cmvm0lcyzs62cwvqr219hhl864xcq")))))))
|
||||
"0m03zh7al39mx4rf0s2bgdn77r658qqf9k3a7bwx6z2wzql0g33f")))))))
|
||||
|
||||
(define-public libebml
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue