Skip to content

Commit

Permalink
Update libxml2 to version 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Dec 10, 2023
1 parent 379fe04 commit 38be896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/libxml2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
)
Expand Down

0 comments on commit 38be896

Please sign in to comment.