Loading pkgs/development/python-modules/aiortm/default.nix +7 −3 Original line number Diff line number Diff line <{ lib { lib , aiohttp , aioresponses , buildPythonPackage , click , fetchFromGitHub , pydantic , poetry-core , pytestCheckHook , pythonOlder Loading @@ -11,7 +13,7 @@ buildPythonPackage rec { pname = "aiortm"; version = "0.3.1"; version = "0.4.0"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -20,7 +22,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = pname; rev = "v${version}"; hash = "sha256-DTFynPFf0NUBieXDiMKhCNwBqx3s/xzggNmnz/IKjbU="; hash = "sha256-cdCKcwpQ+u3CkMiPfMf6DnH2SYc7ab8q5W72aEEnNx4="; }; nativeBuildInputs = [ Loading @@ -30,10 +32,12 @@ buildPythonPackage rec { propagatedBuildInputs = [ aiohttp click pydantic yarl ]; checkInputs = [ aioresponses pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/aiortm/default.nix +7 −3 Original line number Diff line number Diff line <{ lib { lib , aiohttp , aioresponses , buildPythonPackage , click , fetchFromGitHub , pydantic , poetry-core , pytestCheckHook , pythonOlder Loading @@ -11,7 +13,7 @@ buildPythonPackage rec { pname = "aiortm"; version = "0.3.1"; version = "0.4.0"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -20,7 +22,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = pname; rev = "v${version}"; hash = "sha256-DTFynPFf0NUBieXDiMKhCNwBqx3s/xzggNmnz/IKjbU="; hash = "sha256-cdCKcwpQ+u3CkMiPfMf6DnH2SYc7ab8q5W72aEEnNx4="; }; nativeBuildInputs = [ Loading @@ -30,10 +32,12 @@ buildPythonPackage rec { propagatedBuildInputs = [ aiohttp click pydantic yarl ]; checkInputs = [ aioresponses pytestCheckHook ]; Loading