Merge pull request #250573 from r-ryantm/auto-update/python310Packages.tubeup
python310Packages.tubeup: 2023.8.17 -> 2023.8.19
This commit is contained in:
commit
1cb13f583e
1 changed files with 2 additions and 5 deletions
|
@ -5,20 +5,19 @@
|
|||
, yt-dlp
|
||||
, docopt
|
||||
, pythonOlder
|
||||
, urllib3
|
||||
, pythonRelaxDepsHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tubeup";
|
||||
version = "2023.8.17";
|
||||
version = "2023.8.19";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-nL0oXI06qH0K0LLlrT/jdJ+76ZPMUhaFfOYGi71M3PM=";
|
||||
sha256 = "sha256-0atpOUJIfXgw/5fi5w2ciAFDMgWmVH4U8d84zwLCRXk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -28,12 +27,10 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
internetarchive
|
||||
docopt
|
||||
urllib3
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"urllib3"
|
||||
"docopt"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue