python3Packages.b2sdk: 1.2.0 -> 1.4.0

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:09 +01:00
parent a6966791e1
commit 2034a9174e

View file

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "b2sdk";
version = "1.2.0";
version = "1.4.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "8e46ff9d47a9b90d8b9beab1969fcf4920300b02e20e6bf0745be04e09e8a6ff";
sha256 = "fb82cbaef5dd7499b62622010fc8e328944ca8cbdd00b485530ab6600de1129d";
};
pythonImportsCheck = [ "b2sdk" ];