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

python310Packages.tubeup: 0.0.27 -> 0.0.28
This commit is contained in:
Mario Rodas 2022-04-17 08:11:30 -05:00 committed by GitHub
commit b9bbfec0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "tubeup";
version = "0.0.27";
version = "0.0.28";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "77affb4105fc319d82c56aa5706151a4976b8b504dd252fe3db01443e27cba50";
sha256 = "sha256-+RvDwOHL+zwpM/nOWWS7pZIFEOx+jMrgt3FLYSshANo=";
};
postPatch = ''