python312Packages.tubeup: 2023.9.19 -> 2024.11.13 (#355829)

This commit is contained in:
OTABI Tomoya 2024-11-22 15:14:57 +09:00 committed by GitHub
commit a10e948640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{
lib,
buildPythonPackage,
setuptools,
internetarchive,
fetchPypi,
yt-dlp,
@ -10,18 +11,19 @@
buildPythonPackage rec {
pname = "tubeup";
version = "2023.9.19";
format = "setuptools";
version = "2024.11.13";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-Pp4h0MBoYhczmxPq21cLiYpLUeFP+2JoACcFpBl3b0E=";
hash = "sha256-BPkcz+y90NVDX2jjwOZ/9F/Oedg+LXc34Tee6ZfJ1vQ=";
};
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
internetarchive
docopt
yt-dlp