lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python39Packages.b2sdk: 1.17.3 -> 1.18.0

+2 -2
+2 -2
pkgs/development/python-modules/b2sdk/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "b2sdk"; 19 - version = "1.17.3"; 19 + version = "1.18.0"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-pyPjjdQ8wzvQitlchGlfNTPwqs0PH6xgplSPUWpjtwM="; 26 + hash = "sha256-knLyjRjUmLZtM9dJoPBeSdm7GpE0+UJhwLi/obVvPuw="; 27 27 }; 28 28 29 29 nativeBuildInputs = [