Skip to content

Commit

Permalink
python312Packages.ffmpeg-progress-yield: 0.7.8 -> 0.9.1 (NixOS#348123)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Oct 12, 2024
2 parents fbfea21 + ba5676f commit b1ea4a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "ffmpeg-progress-yield";
version = "0.7.8";
version = "0.9.1";
format = "setuptools";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-muauX4Mq58ew9lGPE0H+bu4bqPydNADLocujjy6qRh4=";
hash = "sha256-n6zHi6M9SyrNm8MhQ9xvBo2OIzoQYJ4yhgujW5C6QWY=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b1ea4a3

Please sign in to comment.