Merge pull request #111922 from luc65r/pkg/tartube

tartube: 2.3.042 -> 2.3.085
This commit is contained in:
Maciej Krüger 2021-02-04 15:43:33 +01:00 committed by GitHub
commit 0f435c0f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,17 +10,18 @@
, youtube-dl , youtube-dl
, glib , glib
, ffmpeg , ffmpeg
, aria
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "tartube"; pname = "tartube";
version = "2.3.042"; version = "2.3.085";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axcore"; owner = "axcore";
repo = "tartube"; repo = "tartube";
rev = "v${version}"; rev = "v${version}";
sha256 = "117q4s2b2js3204506qv3kjcsy3amcf0mpwj6q0ixs1256ilkxwj"; sha256 = "bkz64nj6748552ZMRcL/I1lUXGpZjaATUEqv3Kkphck=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -38,6 +39,8 @@ python3Packages.buildPythonApplication rec {
feedparser feedparser
playsound playsound
ffmpeg ffmpeg
matplotlib
aria
]; ];
buildInputs = [ buildInputs = [
@ -49,7 +52,7 @@ python3Packages.buildPythonApplication rec {
]; ];
postPatch = '' postPatch = ''
sed -i "/^\s*install_requires/s/, 'pgi'\|'pgi', \|'pgi'//" setup.py sed -i "/^\s*'pgi',$/d" setup.py
''; '';
postInstall = '' postInstall = ''