Merge pull request #52399 from r-ryantm/auto-update/backblaze-b2

backblaze-b2: 1.3.6 -> 1.3.8
This commit is contained in:
Christoph Hrdinka 2018-12-16 19:35:56 +01:00 committed by GitHub
commit b1bd7516a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
buildPythonApplication rec {
pname = "backblaze-b2";
version = "1.3.6";
version = "1.3.8";
src = fetchFromGitHub {
owner = "Backblaze";
repo = "B2_Command_Line_Tool";
rev = "v${version}";
sha256 = "12axb0c56razfhrx1l62sjvdrbg6vz0yyqph2mxyjza1ywpb93b5";
sha256 = "1y4z4w6fj92rh9mrjsi0nmnzcmrj5jikarq2vs5qznvjdjm62igw";
};
propagatedBuildInputs = [ arrow futures logfury requests six tqdm ];