14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
26 src = fetchFromGitHub {
27 owner = "nackjicholson";
29 rev = "refs/tags/${version}";
30 hash = "sha256-KlDwvoU0GYCN+ZCp4pp557qf9ChceS4NeA0Yiq+g3YQ=";
33 sphinxRoot = "docs/source";
42 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 description = "Simple SQL in Python";
57 homepage = "https://nackjicholson.github.io/aiosql/";
58 changelog = "https://github.com/nackjicholson/aiosql/releases/tag/${version}";
59 license = with licenses; [ bsd2 ];
60 maintainers = with maintainers; [ kaction ];