Skip to content

Commit b1ea4a3

Browse files
authored
python312Packages.ffmpeg-progress-yield: 0.7.8 -> 0.9.1 (#348123)
2 parents fbfea21 + ba5676f commit b1ea4a3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/ffmpeg-progress-yield

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ffmpeg-progress-yield/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "ffmpeg-progress-yield";
15-
version = "0.7.8";
15+
version = "0.9.1";
1616
format = "setuptools";
1717

1818
disabled = pythonOlder "3.8";
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-muauX4Mq58ew9lGPE0H+bu4bqPydNADLocujjy6qRh4=";
22+
hash = "sha256-n6zHi6M9SyrNm8MhQ9xvBo2OIzoQYJ4yhgujW5C6QWY=";
2323
};
2424

2525
propagatedBuildInputs = [

0 commit comments

Comments
 (0)