There was an error while loading. Please reload this page.
1 parent cbbda5a commit dac07fcCopy full SHA for dac07fc
2 files changed
package.nix
@@ -44,7 +44,7 @@ buildPythonPackage {
44
45
postPatch = ''
46
substituteInPlace pyproject.toml \
47
- --replace-fail "meson==1.11.2" "meson" \
+ --replace-fail "meson==1.12.0" "meson" \
48
--replace-fail "ninja==1.13.0" "ninja" \
49
--replace-fail "vapoursynth>=74" "vapoursynth"
50
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"hatchling>=1.27.0",
4
"vapoursynth>=74",
5
- "meson==1.11.2",
+ "meson==1.12.0",
6
"ninja==1.13.0",
7
]
8
build-backend = "hatchling.build"
0 commit comments