me
/
guix
Archived
1
0
Fork 0

gnu: expat: Update to 2.2.10.

* gnu/packages/xml.scm (expat): Update to 2.2.10.
master
Marius Bakke 2020-12-15 22:39:58 +01:00
parent 3b1d613ef0
commit ec812695d8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ the entire document.")
(define-public expat (define-public expat
(package (package
(name "expat") (name "expat")
(version "2.2.9") (version "2.2.10")
(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)
@ -124,7 +124,7 @@ the entire document.")
"/expat-" version ".tar.xz"))) "/expat-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"1960mmgbb4cm64n1p0nz3hrs1pw03hkrfcw8prmnn4622mdrd9hy"))))) "1wi5bi4cbz069mnwkrc2whi4sslsgl6m5b7dk0zg0qsvif7m7zjx")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))