Loading pkgs/development/python-modules/aiosql/default.nix +8 −7 Original line number Diff line number Diff line Loading @@ -3,7 +3,9 @@ buildPythonPackage, fetchFromGitHub, pg8000, psycopg, pytest-asyncio, pytest-postgresql, pytestCheckHook, pythonOlder, setuptools, Loading @@ -14,21 +16,19 @@ buildPythonPackage rec { pname = "aiosql"; version = "13.4"; version = "14.1"; pyproject = true; disabled = pythonOlder "3.8"; outputs = [ "doc" "out" "doc" ]; src = fetchFromGitHub { owner = "nackjicholson"; repo = "aiosql"; tag = version; hash = "sha256-a3pRzcDMXdaDs0ub6k5bPRwnk+RCbxZ7ceIt8/fMSPg="; hash = "sha256-BNsjVVyYRfp3sNdzQwHy9nQveP2AHfXGK10DLybat9I="; }; sphinxRoot = "docs/source"; Loading @@ -40,10 +40,11 @@ buildPythonPackage rec { sphinxHook ]; propagatedBuildInputs = [ pg8000 ]; nativeCheckInputs = [ pg8000 psycopg pytest-asyncio pytest-postgresql pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/aiosql/default.nix +8 −7 Original line number Diff line number Diff line Loading @@ -3,7 +3,9 @@ buildPythonPackage, fetchFromGitHub, pg8000, psycopg, pytest-asyncio, pytest-postgresql, pytestCheckHook, pythonOlder, setuptools, Loading @@ -14,21 +16,19 @@ buildPythonPackage rec { pname = "aiosql"; version = "13.4"; version = "14.1"; pyproject = true; disabled = pythonOlder "3.8"; outputs = [ "doc" "out" "doc" ]; src = fetchFromGitHub { owner = "nackjicholson"; repo = "aiosql"; tag = version; hash = "sha256-a3pRzcDMXdaDs0ub6k5bPRwnk+RCbxZ7ceIt8/fMSPg="; hash = "sha256-BNsjVVyYRfp3sNdzQwHy9nQveP2AHfXGK10DLybat9I="; }; sphinxRoot = "docs/source"; Loading @@ -40,10 +40,11 @@ buildPythonPackage rec { sphinxHook ]; propagatedBuildInputs = [ pg8000 ]; nativeCheckInputs = [ pg8000 psycopg pytest-asyncio pytest-postgresql pytestCheckHook ]; Loading