python310Packages.pyvesync: 2.1.1 -> 2.1.6

This commit is contained in:
R. Ryantm
2023-04-01 02:20:15 +00:00
parent 96f69d8883
commit 848855c6c8
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "2.1.1";
version = "2.1.6";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ulYOzCIpHkL/2nQExomoV4mLkU6e0ns4MHxEbjCPGrQ=";
hash = "sha256-u31yiTAINjQagDzZZ+6+XCmCSwjGkoGSyFxTosHJ9i0=";
};
propagatedBuildInputs = [