ytcc: 2.5.3 -> 2.5.4

https://github.com/woefe/ytcc/releases/tag/v2.5.4
This commit is contained in:
Mario Rodas 2021-12-04 04:20:00 +00:00
parent f2bda69e08
commit f9c667ab99

View file

@ -2,27 +2,20 @@
python3Packages.buildPythonApplication rec {
pname = "ytcc";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
rev = "v${version}";
sha256 = "1skhg8ca2bjjfi02pjsi3w7v3f4xhzg7bqyy0cajxsymzqzqp7lm";
sha256 = "sha256-nYHfmksZnIZGMSSFDhW7ajvv1F5h3aJo8IXw6yYOEw0=";
};
postPatch = ''
substituteInPlace setup.py --replace "youtube_dl" "yt_dlp"
'';
nativeBuildInputs = [ gettext installShellFiles ];
propagatedBuildInputs = with python3Packages; [
click
feedparser
lxml
sqlalchemy
yt-dlp
click
wcwidth
];