python311Packages.vsure: 2.6.2 -> 2.6.4

Changelog: https://github.com/persandstrom/python-verisure#version-history
This commit is contained in:
Fabian Affolter 2023-07-31 22:03:43 +02:00
parent c4ea617861
commit f6aa3f512c

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "vsure";
version = "2.6.2";
version = "2.6.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8AqxLIrsFtAazH+ZqhXbkYNhlAhQ5XL/tNFRAGLh2kk=";
hash = "sha256-d9t/zO1ROCndS+5kiFVyDbs+96z7GMHaH6T82b8hl40=";
};
propagatedBuildInputs = [