python311Packages.vsure: 2.6.5 -> 2.6.6

Changelog: https://github.com/persandstrom/python-verisure#version-history
This commit is contained in:
Fabian Affolter 2023-08-25 20:59:57 +02:00
parent 94d494b2f6
commit 891907019f

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "vsure";
version = "2.6.5";
version = "2.6.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2w1D0380ljgRa5NSPAUlUPFTmGzjl79hyLwirmuHmGo=";
hash = "sha256-ecrBvKOhW3znVoXHQeKKW4o/hbA4fLhxJrWZObwtki8=";
};
propagatedBuildInputs = [