python3Packages.ffmpy: 0.6.0 -> 0.6.1 (#435669)

authored by Peder Bergebakken Sundt and committed by GitHub 9fc32107 5bacf995

+2 -7
+2 -7
pkgs/development/python-modules/ffmpy/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ffmpy"; 15 - version = "0.6.0"; 15 + version = "0.6.1"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8.1"; ··· 21 21 owner = "Ch00k"; 22 22 repo = "ffmpy"; 23 23 tag = version; 24 - hash = "sha256-U20mBg+428kkka6NY9qc7X8jH8A5bKa++g2+PTn/MYg="; 24 + hash = "sha256-u//L2vxucFlWmk1+pdp+iCrpzzMZUonDAn1LELgX86E="; 25 25 }; 26 26 27 27 postPatch = ··· 37 37 for fname in tests/*.py; do 38 38 echo >>"$fname" 'FFmpeg.__init__.__defaults__ = ("ffmpeg", *FFmpeg.__init__.__defaults__[1:])' 39 39 done 40 - '' 41 - # uv-build in nixpkgs is now at 0.8.0, which otherwise breaks the constraint set by the package. 42 - + '' 43 - substituteInPlace pyproject.toml \ 44 - --replace-fail 'requires = ["uv_build>=0.7.9,<0.8.0"]' 'requires = ["uv_build>=0.7.9,<0.9.0"]' 45 40 ''; 46 41 47 42 pythonImportsCheck = [ "ffmpy" ];