Merge pull request #244514 from fabaff/pyvesync-bump

python311Packages.pyvesync: 2.1.7 -> 2.1.8
This commit is contained in:
Nick Cao
2023-07-20 18:47:30 -06:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "2.1.7";
version = "2.1.8";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-aU9NfAYMTfMlTjiSnv5vhUBUzrOD+UDQvktpLoGr8N8=";
hash = "sha256-RrFCza6y5IdeDokSAGOYs20OMIm4UGCRy/0YO/uYtNo=";
};
propagatedBuildInputs = [