python310Packages.tubeup: 28.5.2023 -> 2023.5.29

Changelog: https://github.com/bibanon/tubeup/releases/tag/2023.5.29
This commit is contained in:
Mario Rodas 2023-05-31 04:20:00 +00:00
parent dfe3e27288
commit c3f8d0ec7c

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "tubeup";
version = "28.5.2023";
version = "2023.5.29";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-wsYap8OspTPW3BBtFF3a2oyRgmu3W/dywbkFuNjvzhg=";
sha256 = "sha256-5tvRaIXVzZcNy40uOEPwwN4EKPvvZPiR3qIdmiZSXWw=";
};
nativeBuildInputs = [