python3Packages.pyvesync: 1.3.1 -> 1.4.0

This commit is contained in:
Fabian Affolter 2021-05-14 00:03:03 +02:00
parent 77523d2c66
commit 71904ffabc

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "1.3.1";
version = "1.4.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "02fpbyg46mlpc2c1j4zylw9a1h6bacxvigrl3cndsf6fxlhfx15z";
sha256 = "sha256-xvHvZx22orJR94cRMyyXey27Ksh2/ULHRvv7xxXv11k=";
};
propagatedBuildInputs = [ requests ];