12 buildPythonPackage rec {
13 pname = "aiocurrencylayer";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "home-assistant-ecosystem";
22 rev = "refs/tags/${version}";
23 hash = "sha256-468OBQV7ISnPRUfi/CM3dCh1ez0jwSVnM6DduPvAgPI=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Python API for interacting with currencylayer";
46 homepage = "https://github.com/home-assistant-ecosystem/aiocurrencylayer";
47 changelog = "https://github.com/home-assistant-ecosystem/aiocurrencylayer/releases/tag/${version}";
48 license = licenses.mit;
49 maintainers = with maintainers; [ fab ];