From 6436dfaf14e90f36e7c8c0fab1ad77fba3dd53a6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Dec 2021 22:05:06 +0530 Subject: [PATCH] Bump the bundled libxml2 version --- bypy/sources.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 5b175b3f8..8ed2f9ef0 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -57,18 +57,15 @@ } }, - { "name": "libxml2", - "os": "linux", "unix": { - "filename": "libxml2-2.9.10.tar.gz", - "hash": "sha256:aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f", + "filename": "libxml2-2.9.12.tar.gz", + "hash": "sha256:c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92", "urls": ["ftp://xmlsoft.org/libxml2/{filename}"] } }, - { "name": "xkbcommon", "os": "linux",