about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-07 17:41:39 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-10 11:47:28 +0200
commit64c8dd32dac52df4ce7abfd2dfc0b21278257278 (patch)
treeb4b71a8ae4a6609267f6fbf1c9f0e33d6b4db988 /pkgs
parentb1990293942f4d4e8d76f48c413548d8978062e3 (diff)
python3Packages.b2sdk: 1.9.0 -> 1.11.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/b2sdk/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/b2sdk/default.nix b/pkgs/development/python-modules/b2sdk/default.nix
index c6122e15a83a5..4dfb2bfe84e68 100644
--- a/pkgs/development/python-modules/b2sdk/default.nix
+++ b/pkgs/development/python-modules/b2sdk/default.nix
@@ -16,12 +16,12 @@
 
 buildPythonPackage rec {
   pname = "b2sdk";
-  version = "1.9.0";
+  version = "1.11.0";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ff9c27c89f53583fd83c711d0a642d9b3bdbb8682c2e8e2315674b517cb441ec";
+    sha256 = "sha256-yOOyhuue3A6p/SBaO6UUxbd4mTDyW2mRnbqlvZSyiKA=";
   };
 
   nativeBuildInputs = [
@@ -54,6 +54,7 @@ buildPythonPackage rec {
     # Test requires an API key
     "test_raw_api"
     "test_files_headers"
+    "test_large_file"
   ];
 
   pythonImportsCheck = [ "b2sdk" ];