backblaze-b2: 3.5.0 -> 3.6.0

+3 -2
+3 -2
pkgs/development/tools/backblaze-b2/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "backblaze-b2"; 5 - version = "3.5.0"; 5 + version = "3.6.0"; 6 6 7 7 src = python3Packages.fetchPypi { 8 8 inherit version; 9 9 pname = "b2"; 10 - sha256 = "sha256-vyqExulsV0wDijLotPO3RAOk9o4ne0Vq74KJKhSBrvo="; 10 + sha256 = "sha256-qHnnUTSLY1yncqIjG+IMLoNauvgwU04qsvH7dZZ8AlI="; 11 11 }; 12 12 13 13 postPatch = '' ··· 32 32 33 33 checkInputs = with python3Packages; [ 34 34 backoff 35 + more-itertools 35 36 pytestCheckHook 36 37 ]; 37 38