python310Packages.ffmpeg-progress-yield: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2023-01-29 23:26:48 +00:00
parent 2be9646b90
commit 6900c444a7

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "ffmpeg-progress-yield";
version = "0.6.1";
version = "0.7.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-JLwvJcYcSe5Z7In34pQqHptd8TCrXJeJ6zPiGGv4T14=";
hash = "sha256-rt+Qg1H9t5PC4cyis9xuyf8myfxWLkTq3aD83+O4qmA=";
};
propagatedBuildInputs = [ colorama tqdm ];