python310Packages.aionotion: 2023.05.1 -> 2023.05.4

Diff: https://github.com/bachya/aionotion/compare/2023.05.1...2023.05.4
This commit is contained in:
Martin Weinelt 2023-05-14 19:22:00 +02:00
parent 9ab371d5d5
commit e3c0652181

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aionotion";
version = "2023.05.1";
version = "2023.05.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
hash = "sha256-gCHJBgPWe5aSzTvvETjfn3zoEuuCJV1s4lMQLP72a/8=";
hash = "sha256-iQQbLMb3Bi+BzKeN5oEHWjCJryf+TUiINueqStGyktQ=";
};
nativeBuildInputs = [