me
/
guix
Archived
1
0
Fork 0

gnu: expat: Update to 2.3.0.

* gnu/packages/xml.scm (expat): Update to 2.3.0.
master
Marius Bakke 2021-05-09 11:39:00 +02:00
parent 92cf869fd7
commit 831c6d84e1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ the entire document.")
(define-public expat
(package
(name "expat")
(version "2.2.10")
(version "2.3.0")
(source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
(origin
(method url-fetch)
@ -131,7 +131,7 @@ the entire document.")
"/expat-" version ".tar.xz")))
(sha256
(base32
"1wi5bi4cbz069mnwkrc2whi4sslsgl6m5b7dk0zg0qsvif7m7zjx")))))
"1ab7fkab4wbj53xqsx2a4h5m310ak9abczjh0a2ymg73nsclz8ya")))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))