Loading pkgs/development/python-modules/brother/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, freezegun, dacite, pysnmp-lextudio, pytest-asyncio, Loading @@ -9,11 +10,12 @@ pytestCheckHook, pythonOlder, setuptools, syrupy }: buildPythonPackage rec { pname = "brother"; version = "4.1.0"; version = "4.2.0"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -22,7 +24,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-W7bakj/94l0pL5fOb+CK+Z6k1cbv/CY9XjXGYZfLFY4="; hash = "sha256-5fd+UznnOFnqYL8CPX90Y2z6q35oUH638mz4l+Ux6oE="; }; nativeBuildInputs = [ setuptools ]; Loading @@ -33,9 +35,11 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ freezegun pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ "brother" ]; Loading Loading
pkgs/development/python-modules/brother/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, freezegun, dacite, pysnmp-lextudio, pytest-asyncio, Loading @@ -9,11 +10,12 @@ pytestCheckHook, pythonOlder, setuptools, syrupy }: buildPythonPackage rec { pname = "brother"; version = "4.1.0"; version = "4.2.0"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -22,7 +24,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-W7bakj/94l0pL5fOb+CK+Z6k1cbv/CY9XjXGYZfLFY4="; hash = "sha256-5fd+UznnOFnqYL8CPX90Y2z6q35oUH638mz4l+Ux6oE="; }; nativeBuildInputs = [ setuptools ]; Loading @@ -33,9 +35,11 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ freezegun pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ "brother" ]; Loading