Merge pull request #265799 from fabaff/evohome-async-bump

python311Packages.evohome-async: 0.4.3 -> 0.4.4
This commit is contained in:
Nick Cao 2023-11-06 08:41:03 -05:00 committed by GitHub
commit 07e70adcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "evohome-async";
version = "0.4.3";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "evohome-async";
rev = "refs/tags/${version}";
hash = "sha256-GDrDOwB/cgry3eRNx8IMiBoLu5xLTnG5ByuuwnWA7DY=";
hash = "sha256-IXI1Aot0M6VKyiiuyjR+P0WufZO4MMDemC48/kMhvTY=";
};
nativeBuildInputs = [