python312Packages.evohome-async: 0.4.20 -> 0.4.21

Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/0.4.20...0.4.21
This commit is contained in:
Fabian Affolter
2024-12-18 15:59:24 +01:00
parent a3d4f17058
commit 2a1d75ca45
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "evohome-async";
version = "0.4.20";
version = "0.4.21";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "evohome-async";
rev = "refs/tags/${version}";
hash = "sha256-06ziExAcb9PZdtWjoksPIUiOuUZaSJnQi5CI0v6nla0=";
hash = "sha256-+tBqyg7E9wRC6oHq6Fv2vzIGtrHqZp8w/3x/xbacqWI=";
};
nativeBuildInputs = [ hatchling ];