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

python311Packages.evohome-async: 0.4.11 -> 0.4.13
This commit is contained in:
Fabian Affolter 2023-12-05 10:00:27 +01:00 committed by GitHub
commit a3a1a85452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "evohome-async";
version = "0.4.11";
version = "0.4.13";
pyproject = true;
disabled = pythonOlder "3.11";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "evohome-async";
rev = "refs/tags/${version}";
hash = "sha256-mx4nBEgXeBxcN1pYZfTKPGbNhvSz8l38MyRRpL82lf0=";
hash = "sha256-Fa6OYI1oEG4oUkLaPgWmvNHtK6Iwal/4nBf9b54Ue+g=";
};
nativeBuildInputs = [
@ -44,5 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zxdavb/evohome-async";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "evo-client";
};
}