python312Packages.pytubefix: 8.12.2 -> 8.12.3 (#396659)

This commit is contained in:
Nick Cao
2025-04-07 18:02:21 -04:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pytubefix";
version = "8.12.2";
version = "8.12.3";
pyproject = true;
src = fetchFromGitHub {
owner = "JuanBindez";
repo = "pytubefix";
tag = "v${version}";
hash = "sha256-1m7d1eLnoIDrja83sGKBh/u8ryZuw6lb1FEO+XNc03M=";
hash = "sha256-DhzeEYdI/hrx6Stq77aOBJsl5AEtZO4ssbthmW4u/sE=";
};
build-system = [ setuptools ];