backblaze-b2: 3.5.0 -> 3.6.0

This commit is contained in:
Tom Houlé 2022-09-20 08:19:04 +02:00
parent 44e8850634
commit ac26942de9

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "backblaze-b2";
version = "3.5.0";
version = "3.6.0";
src = python3Packages.fetchPypi {
inherit version;
pname = "b2";
sha256 = "sha256-vyqExulsV0wDijLotPO3RAOk9o4ne0Vq74KJKhSBrvo=";
sha256 = "sha256-qHnnUTSLY1yncqIjG+IMLoNauvgwU04qsvH7dZZ8AlI=";
};
postPatch = ''
@ -32,6 +32,7 @@ python3Packages.buildPythonApplication rec {
checkInputs = with python3Packages; [
backoff
more-itertools
pytestCheckHook
];