python38Packages.tubeup: 0.0.21 -> 0.0.23

https://github.com/bibanon/tubeup/releases/tag/0.0.23
This commit is contained in:
Mario Rodas 2021-02-14 04:20:00 +00:00
parent be864bbd67
commit 8ace1f29cb

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 = ''