Loading pkgs/development/python-modules/bitcoinrpc/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -4,24 +4,27 @@ buildPythonPackage, orjson, httpx, setuptools, typing-extensions, pytestCheckHook, pytest-asyncio, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "bitcoinrpc"; version = "0.7.0"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "bibajz"; repo = "bitcoin-python-async-rpc"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-QrLAhX2OZNP6k6TZ7OkD9phQidsExbep8MxWxQpqAU8="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ orjson httpx typing-extensions Loading @@ -42,4 +45,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/bitcoinrpc/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -4,24 +4,27 @@ buildPythonPackage, orjson, httpx, setuptools, typing-extensions, pytestCheckHook, pytest-asyncio, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "bitcoinrpc"; version = "0.7.0"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "bibajz"; repo = "bitcoin-python-async-rpc"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-QrLAhX2OZNP6k6TZ7OkD9phQidsExbep8MxWxQpqAU8="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ orjson httpx typing-extensions Loading @@ -42,4 +45,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })