mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: expat: Update to 2.4.7.
This fixes some regressions in 2.4.5 and 2.4.6: https://www.xml.com/news/2022-02-expat-246/ https://www.xml.com/news/2022-03-expat-247/ * gnu/packages/xml.scm (expat/fixed): Update to 2.4.7.
This commit is contained in:
parent
62ea3d510f
commit
69d3896c0f
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ (define-public expat
|
||||||
(define expat/fixed
|
(define expat/fixed
|
||||||
(package
|
(package
|
||||||
(inherit expat)
|
(inherit expat)
|
||||||
(version "2.4.5")
|
(version "2.4.7")
|
||||||
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
|
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -170,7 +170,7 @@ (define expat/fixed
|
||||||
"/expat-" version ".tar.xz")))
|
"/expat-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y95yg7y0hb53ddljdzllg1w64xi5k8xd3531n98ffn6rp3qzbzj")))))))
|
"0zbss0dssn17mjmvk17qfi5cmvm0lcyzs62cwvqr219hhl864xcq")))))))
|
||||||
|
|
||||||
(define-public libebml
|
(define-public libebml
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue