From cdcfbbe57ec98aa8d6b6ed92463c84007c6a8d24 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Dec 2021 07:49:10 +0530 Subject: [PATCH] bump version of libxml2 in th ehopes that the new version will fix the crash on ARM --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 588e504ed9..32c2c00743 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -270,8 +270,8 @@ { "name": "libxml2", "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}"] } },