Merge pull request #250573 from r-ryantm/auto-update/python310Packages.tubeup

python310Packages.tubeup: 2023.8.17 -> 2023.8.19
This commit is contained in:
Mario Rodas 2023-08-21 21:10:10 -05:00 committed by GitHub
commit 1cb13f583e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
];