ytdl-sub: 2024.10.27.post5 -> 2024.11.6

https://github.com/jmbannon/ytdl-sub/releases/tag/2024.11.6
This commit is contained in:
Martin Weinelt 2024-11-06 23:57:54 +01:00
parent f3e4138399
commit 9e96929a3e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -6,13 +6,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2024.10.27.post5";
version = "2024.11.6";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "ytdl_sub";
hash = "sha256-NVIQOoRAyiFtc83r7z7DfDiIdWIPmUwylNzG3KSyOXw=";
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
};
build-system = with python3Packages; [