Skip to content

Commit dac07fc

Browse files
committed
Update dependency meson to v1.12.0
1 parent cbbda5a commit dac07fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildPythonPackage {
4444

4545
postPatch = ''
4646
substituteInPlace pyproject.toml \
47-
--replace-fail "meson==1.11.2" "meson" \
47+
--replace-fail "meson==1.12.0" "meson" \
4848
--replace-fail "ninja==1.13.0" "ninja" \
4949
--replace-fail "vapoursynth>=74" "vapoursynth"
5050

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"hatchling>=1.27.0",
44
"vapoursynth>=74",
5-
"meson==1.11.2",
5+
"meson==1.12.0",
66
"ninja==1.13.0",
77
]
88
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)