python310Packages.aiolivisi: 0.0.18 -> 0.0.19

Changelog: https://github.com/StefanIacobLivisi/aiolivisi/releases/tag/0.0.19
This commit is contained in:
Fabian Affolter 2023-03-16 11:21:17 +01:00
parent af924caa70
commit 0005c13652

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aiolivisi";
version = "0.0.18";
version = "0.0.19";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-8Cy2hhYrUBRfVb2hgil6Irk+iTJmJ8JL+5wvm4rm7kM=";
hash = "sha256-eT/sqLykd4gQVt972646mH+QArf7p/XQH53/UtsuKRs=";
};
postPatch = ''