python3Packages.elmax-api: 0.0.6.3 -> 0.0.6.4rc0

https://github.com/albertogeniola/elmax-api/releases/tag/v0.0.6.4rc0
This commit is contained in:
Martin Weinelt
2025-09-05 03:36:58 +02:00
parent ba2af2214e
commit 08f6e91c2a
@@ -5,23 +5,20 @@
setuptools,
httpx,
pyjwt,
pythonOlder,
websockets,
yarl,
}:
buildPythonPackage rec {
pname = "elmax-api";
version = "0.0.6.3";
version = "0.0.6.4rc0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "albertogeniola";
repo = "elmax-api";
tag = "v${version}";
hash = "sha256-jnm1AFnPxZIgD815ZFxV/i9ar4cZfsYJ0+xDpM3hKmg=";
hash = "sha256-BYVfP8B+p4J4gW+64xh9bT9sDcu/lk0R+MvLsYLwRfQ=";
};
build-system = [ setuptools ];