python311Packages.pyvesync: 2.1.6 -> 2.1.7

Changelog: https://github.com/webdjoe/pyvesync/releases/tag/2.1.7
This commit is contained in:
Fabian Affolter 2023-05-19 21:24:21 +02:00
parent 702a13986f
commit 62823d7e0b

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "2.1.6";
version = "2.1.7";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-u31yiTAINjQagDzZZ+6+XCmCSwjGkoGSyFxTosHJ9i0=";
hash = "sha256-aU9NfAYMTfMlTjiSnv5vhUBUzrOD+UDQvktpLoGr8N8=";
};
propagatedBuildInputs = [