python3Packages.youtube-transcript-api: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm
2026-01-31 01:09:30 +00:00
parent 7791ebf4d6
commit 81976733f4
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "youtube-transcript-api";
version = "1.2.3";
version = "1.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jdepoix";
repo = "youtube-transcript-api";
tag = "v${version}";
hash = "sha256-UtKAT7BTWmG2wWnpK5OT/NeVksz6N8sLnRq9IpAm7D4=";
hash = "sha256-FFLbDiZJR+xqaMMjcBQFYgrdJEofTiBdSNmmlMlrNfY=";
};
build-system = [ poetry-core ];