guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: gnu: expat: Update to 2.2.10.


From: guix-commits
Subject: 02/12: gnu: expat: Update to 2.2.10.
Date: Wed, 16 Dec 2020 18:17:26 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ec812695d85d8ffc8c19d1c46ebbbac6aff2ec08
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 15 22:39:58 2020 +0100

    gnu: expat: Update to 2.2.10.
    
    * gnu/packages/xml.scm (expat): Update to 2.2.10.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index e9328b8..5b1e4bb 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -112,7 +112,7 @@ the entire document.")
 (define-public expat
   (package
     (name "expat")
-    (version "2.2.9")
+    (version "2.2.10")
     (source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
               (origin
                 (method url-fetch)
@@ -124,7 +124,7 @@ the entire document.")
                             "/expat-" version ".tar.xz")))
                 (sha256
                  (base32
-                  "1960mmgbb4cm64n1p0nz3hrs1pw03hkrfcw8prmnn4622mdrd9hy")))))
+                  "1wi5bi4cbz069mnwkrc2whi4sslsgl6m5b7dk0zg0qsvif7m7zjx")))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]