python3Packages.b2sdk: 1.32.0 -> 1.33.0

This commit is contained in:
David McFarland 2024-03-27 16:38:28 -03:00
parent f03be6c3fe
commit 6831b4387c

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "b2sdk";
version = "1.32.0";
version = "1.33.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Backblaze";
repo = "b2-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-xBLMvH51zbrSuBOtMxLeQJt7Wv31OcxBbD72EuLHzuU=";
hash = "sha256-eMFgsjEb0DMTLqG+8IZru1dEAuKZW4dEszrznZxR+mc=";
};
nativeBuildInputs = [