python310Packages.tubeup: 2023.5.29 -> 2023.7.23

This commit is contained in:
Mario Rodas 2023-07-23 04:20:00 +00:00
parent 4bb451da7d
commit 76e8f51307

View file

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "tubeup"; pname = "tubeup";
version = "2023.5.29"; version = "2023.7.23";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-5tvRaIXVzZcNy40uOEPwwN4EKPvvZPiR3qIdmiZSXWw="; sha256 = "sha256-lI+Ws1uVC8cnRERmfY7j5vPjQGEAH6zef7nBnd/hC+I=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -33,7 +33,6 @@ buildPythonPackage rec {
]; ];
pythonRelaxDeps = [ pythonRelaxDeps = [
"internetarchive"
"urllib3" "urllib3"
"docopt" "docopt"
]; ];