python3Packages.ffmpy: 0.6.2 -> 1.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:51 +01:00
parent 81ffa92a91
commit 18349f35cb
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "ffmpy";
version = "0.6.2";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Ch00k";
repo = "ffmpy";
tag = version;
hash = "sha256-XFC7f8wdIsySIn4qXqo61GmRcaF0QciLYN5lwhzlIuA=";
hash = "sha256-TDE/r6qoWpkIU47+FPLqWgZAJd9FxSbZthhLh9g4evo=";
};
postPatch =