python3Packages.ffmpy: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:45:22 +01:00
parent b28318dec5
commit 03606b16a4
@@ -3,8 +3,6 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
pythonOlder,
uv-build,
pytestCheckHook,
go,
@@ -16,8 +14,6 @@ buildPythonPackage rec {
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.8.1";
src = fetchFromGitHub {
owner = "Ch00k";
repo = "ffmpy";