Skip to content

Commit

Permalink
Update libxml2 to version 2.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Jul 26, 2024
1 parent ca17cfc commit 4eba3c6
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.8",
version="2.12.9",
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="43ad877b018bc63deb2468d71f95219c2fac196876ef36d1bee51d226173ec93",
hash="59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590",
dependencies=["win-iconv", "meson", "ninja"],
patches=[],
)
Expand Down

0 comments on commit 4eba3c6

Please sign in to comment.