From 38be89642de8667645bbc78799df265b2c8f264b Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sat, 9 Dec 2023 17:58:09 -0500 Subject: [PATCH] Update libxml2 to version 2.12.2 --- gvsbuild/projects/libxml2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gvsbuild/projects/libxml2.py b/gvsbuild/projects/libxml2.py index 88639c313..d7720e598 100644 --- a/gvsbuild/projects/libxml2.py +++ b/gvsbuild/projects/libxml2.py @@ -24,11 +24,11 @@ def __init__(self): Project.__init__( self, "libxml2", - version="2.12.1", + version="2.12.2", lastversion_even=True, repository="https://gitlab.gnome.org/GNOME/libxml2", archive_url="https://download.gnome.org/sources/libxml2/{major}.{minor}/libxml2-{version}.tar.xz", - hash="8982b9ccdf7f456e30d8f7012d50858c6623e495333b6191def455c7e95427eb", + hash="3f2e6464fa15073eb8f3d18602d54fafc489b7715171064615a40490c6be9f4f", dependencies=["win-iconv", "meson", "ninja"], patches=[], )