[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/33: gnu: expat: Update to 2.3.0.
From: |
guix-commits |
Subject: |
24/33: gnu: expat: Update to 2.3.0. |
Date: |
Sun, 9 May 2021 17:50:14 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 831c6d84e1bcff4b68dfd0f6e299f2c0bb60d0b8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 11:39:00 2021 +0200
gnu: expat: Update to 2.3.0.
* gnu/packages/xml.scm (expat): Update to 2.3.0.
---
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 9483ba4..9accd08 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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")))
- 10/33: gnu: python-urllib3: Remove replacement package., (continued)
- 10/33: gnu: python-urllib3: Remove replacement package., guix-commits, 2021/05/09
- 11/33: gnu: glib: Disable SELinux support., guix-commits, 2021/05/09
- 14/33: gnu: elfutils: Omit static libraries., guix-commits, 2021/05/09
- 12/33: gnu: Python: Update to 3.9.5., guix-commits, 2021/05/09
- 13/33: gnu: elfutils: Update to 0.183., guix-commits, 2021/05/09
- 05/33: gnu: c-ares: Remove replacement package., guix-commits, 2021/05/09
- 06/33: gnu: unzip: Incorporate grafted changes., guix-commits, 2021/05/09
- 08/33: gnu: OpenLDAP: Remove replacement package., guix-commits, 2021/05/09
- 09/33: gnu: PostgreSQL: Remove replacement package., guix-commits, 2021/05/09
- 17/33: gnu: perl: Update to 5.32.1., guix-commits, 2021/05/09
- 24/33: gnu: expat: Update to 2.3.0.,
guix-commits <=
- 18/33: gnu: linux-libre-headers: Update to 5.10.35., guix-commits, 2021/05/09
- 21/33: gnu: mit-krb5: Update to 1.19.1., guix-commits, 2021/05/09
- 28/33: gnu: libcap: Update to 2.49., guix-commits, 2021/05/09
- 29/33: gnu: kmod: Update to 28., guix-commits, 2021/05/09
- 15/33: gnu: bash: Update to 5.1.8., guix-commits, 2021/05/09
- 16/33: gnu: bison: Update to 3.7.6., guix-commits, 2021/05/09
- 19/33: gnu: libfaketime: Update to 0.9.9., guix-commits, 2021/05/09
- 20/33: gnu: icu4c: Update to 69.1., guix-commits, 2021/05/09
- 22/33: gnu: sqlite: Update to 3.35.5., guix-commits, 2021/05/09
- 23/33: gnu: util-linux: Update to 2.36.2., guix-commits, 2021/05/09