python313Packages.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-01-05 02:56:48 +01:00
parent 8f1ecd5141
commit de60ba3641
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "elmax-api";
version = "0.0.6.3";
version = "0.0.6.4rc0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "albertogeniola";
repo = pname;
tag = "v${version}";
hash = "sha256-jnm1AFnPxZIgD815ZFxV/i9ar4cZfsYJ0+xDpM3hKmg=";
hash = "sha256-BYVfP8B+p4J4gW+64xh9bT9sDcu/lk0R+MvLsYLwRfQ=";
};
build-system = [ setuptools ];