python311Packages.hahomematic: 2023.5.0 -> 2023.5.1

This commit is contained in:
R. Ryantm 2023-05-14 02:45:30 +00:00
parent a3fe093364
commit 2af4fbc2a5

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2023.5.0";
version = "2023.5.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4isf3U4Wp5FCQ0zVfmDLK+zkq/IXLFZhiaL6AYRXaRY=";
hash = "sha256-YsvsT1TKAlMGS9F3zDuruXnC/COFbR5ApPFzh+hzQyE=";
};
nativeBuildInputs = [