python312Packages.b2sdk: 1.33.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-04-05 17:49:20 +00:00
parent 0d63422753
commit 5ab66e0a24
1 changed files with 2 additions and 2 deletions

View File

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