python3Packages.pytubefix: 9.2.2 -> 9.4.1

https://github.com/JuanBindez/pytubefix/releases/tag/v9.4.1

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
pytubefix
+2 -2
pkgs/development/python-modules/pytubefix/default.nix
···
buildPythonPackage rec {
pname = "pytubefix";
-
version = "9.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "JuanBindez";
repo = "pytubefix";
tag = "v${version}";
-
hash = "sha256-Abx4VIA8dnEZpl86IyGJYSR8n6sPmtCTq5eJbqKyNRM=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "pytubefix";
+
version = "9.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "JuanBindez";
repo = "pytubefix";
tag = "v${version}";
+
hash = "sha256-aw17XiWdr8cDIL8o4Dc91YLi3t4B8r5VAhBgZtCm3x8=";
};
build-system = [ setuptools ];