Merge pull request #261380 from r-ryantm/auto-update/python310Packages.tubeup

python310Packages.tubeup: 2023.8.19 -> 2023.9.19
This commit is contained in:
Mario Rodas 2023-10-16 08:12:08 -05:00 committed by GitHub
commit 939b5df334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "tubeup";
version = "2023.8.19";
version = "2023.9.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0atpOUJIfXgw/5fi5w2ciAFDMgWmVH4U8d84zwLCRXk=";
sha256 = "sha256-Pp4h0MBoYhczmxPq21cLiYpLUeFP+2JoACcFpBl3b0E=";
};
nativeBuildInputs = [