python3Packages.pytubefix: 9.4.1 -> 9.5.0

This commit is contained in:
R. Ryantm
2025-09-02 13:27:53 +00:00
parent 5566371150
commit 8dd6a0eb4b
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytubefix";
version = "9.4.1";
version = "9.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "JuanBindez";
repo = "pytubefix";
tag = "v${version}";
hash = "sha256-aw17XiWdr8cDIL8o4Dc91YLi3t4B8r5VAhBgZtCm3x8=";
hash = "sha256-3X0oSW1LdVzd9m6awUjqW+uI+0VijCjYYim0sH3wcSU=";
};
build-system = [ setuptools ];