python311Packages.evohome-async: 0.4.13 -> 0.4.15

Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/0.4.13...0.4.15
This commit is contained in:
Fabian Affolter
2023-12-06 14:36:51 +01:00
parent 18fee7deec
commit 604872c829
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "evohome-async";
version = "0.4.13";
version = "0.4.15";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "evohome-async";
rev = "refs/tags/${version}";
hash = "sha256-Fa6OYI1oEG4oUkLaPgWmvNHtK6Iwal/4nBf9b54Ue+g=";
hash = "sha256-ulkLl3K62MFUzFWUdsog4Q+jJ9uZjxNvDQTaWDhkhjo=";
};
nativeBuildInputs = [