python310Packages.tubeup: 0.0.35 -> 28.5.2023

Changelog: https://github.com/bibanon/tubeup/releases/tag/28.5.2023
This commit is contained in:
Mario Rodas 2023-05-28 04:20:00 +00:00
parent c684fbf617
commit 19ff71d167

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "tubeup";
version = "0.0.35";
version = "28.5.2023";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "006aea68bb8d967a7427c58ee7862e3f2481dae667c2bbcfb1a1f2fd80e665d1";
sha256 = "sha256-wsYap8OspTPW3BBtFF3a2oyRgmu3W/dywbkFuNjvzhg=";
};
postPatch = ''