Merge pull request #177252 from r-ryantm/auto-update/python3.10-tubeup

python310Packages.tubeup: 0.0.30 -> 0.0.31
This commit is contained in:
Mario Rodas
2022-06-11 14:41:32 -05:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "tubeup";
version = "0.0.30";
version = "0.0.31";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xN3H3l4ANT7/tXg+oGScvE0Atf6h9CVbODaWybe8a9o=";
sha256 = "sha256-hoVmkBrXc2AN5K/vZpxby1U7huhXbfFCiy+2Njt+2Lk=";
};
postPatch = ''