python3Packages.indevolt-api: 1.8.3 -> 1.8.5

This commit is contained in:
R. Ryantm
2026-06-08 21:05:56 +00:00
parent 3438114c15
commit 20f4924437
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "indevolt-api";
version = "1.8.3";
version = "1.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Xirt";
repo = "indevolt-api";
tag = "v${finalAttrs.version}";
hash = "sha256-AHW4fh9Smfu2wW6zhIbTHbUm1RHGzgaAMEFolq+19dA=";
hash = "sha256-FLbZIz2gnmjflDFr/8ExUYE9cgz+LCFtp/C9eqWihZ8=";
};
build-system = [ setuptools ];