python311Packages.evohome-async: 0.4.11 -> 0.4.12

Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/0.4.11...0.4.12
This commit is contained in:
Fabian Affolter 2023-12-01 21:16:56 +01:00
parent 30e89e4fcd
commit c117e7b919

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "evohome-async";
version = "0.4.11";
version = "0.4.12";
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-nPacnifT6qQfA2v5dudsW+J+ppti7ct9GeQUugn51sA=";
};
nativeBuildInputs = [