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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user