python3Packages.indevolt-api: 1.6.0 -> 1.6.5

Diff: https://github.com/Xirt/indevolt-api/compare/v1.6.0...v1.6.5
Changelog: https://github.com/Xirt/indevolt-api/releases/tag/v1.6.5
This commit is contained in:
Tom Hunze
2026-05-01 17:36:30 +02:00
parent c4acc7f844
commit 16bd430da4
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "indevolt-api";
version = "1.6.0";
version = "1.6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Xirt";
repo = "indevolt-api";
tag = "v${finalAttrs.version}";
hash = "sha256-VoRRP00nhexkfowT2dOUOMUPiTevwb8rGIWg2pv8woU=";
hash = "sha256-Fhi9+6nWt7upUuA045SwPCwWevZDZTWnTiTBHsaR9W4=";
};
build-system = [ setuptools ];