Merge pull request #113162 from marsam/update-tubeup

python38Packages.tubeup: 0.0.21 -> 0.0.23
This commit is contained in:
Mario Rodas 2021-02-14 18:42:51 -05:00 committed by GitHub
commit 589ba47b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "tubeup";
version = "0.0.21";
version = "0.0.23";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "326a499be032bee7f7ed921d85abff4b3b4dcd2c3d6ad694f08ef98dbcef19b6";
sha256 = "d504327e055889edfe56512a829f76b24b40c5965b93120f8b9300f5390014b4";
};
postPatch = ''
@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Youtube (and other video site) to Internet Archive Uploader";
homepage = "https://github.com/bibanon/tubeup";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = [ maintainers.marsam ];
};
}