python310Packages.tubeup: 0.0.33 -> 0.0.34
https://github.com/bibanon/tubeup/releases/tag/0.00.34
This commit is contained in:
parent
b177479e03
commit
72838c40ac
1 changed files with 4 additions and 4 deletions
|
@ -9,19 +9,19 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tubeup";
|
pname = "tubeup";
|
||||||
version = "0.0.33";
|
version = "0.0.34";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-RFM0vZeA5PDXf9KzlJ8RTSfM7bz50bpwwszU0gjV1DY=";
|
sha256 = "ae1e606b243fd70742f8b5871c497628d258ee9f416caa46544aca9a5fbfbca0";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "docopt==0.6.2" "docopt" \
|
--replace "docopt==0.6.2" "docopt"
|
||||||
--replace "internetarchive==2.0.3" "internetarchive"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ internetarchive docopt yt-dlp ];
|
propagatedBuildInputs = [ internetarchive docopt yt-dlp ];
|
||||||
|
|
Loading…
Reference in a new issue