lol

Merge pull request #318234 from mweinelt/brother-4.2.0

python312Packages.brother: 4.1.0 -> 4.2.0

authored by

Martin Weinelt and committed by
GitHub
9a4cd7ce 52668e1e

+6 -2
+6 -2
pkgs/development/python-modules/brother/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + freezegun, 5 6 dacite, 6 7 pysnmp-lextudio, 7 8 pytest-asyncio, ··· 9 10 pytestCheckHook, 10 11 pythonOlder, 11 12 setuptools, 13 + syrupy 12 14 }: 13 15 14 16 buildPythonPackage rec { 15 17 pname = "brother"; 16 - version = "4.1.0"; 18 + version = "4.2.0"; 17 19 pyproject = true; 18 20 19 21 disabled = pythonOlder "3.11"; ··· 22 24 owner = "bieniu"; 23 25 repo = pname; 24 26 rev = "refs/tags/${version}"; 25 - hash = "sha256-W7bakj/94l0pL5fOb+CK+Z6k1cbv/CY9XjXGYZfLFY4="; 27 + hash = "sha256-5fd+UznnOFnqYL8CPX90Y2z6q35oUH638mz4l+Ux6oE="; 26 28 }; 27 29 28 30 nativeBuildInputs = [ setuptools ]; ··· 33 35 ]; 34 36 35 37 nativeCheckInputs = [ 38 + freezegun 36 39 pytest-asyncio 37 40 pytest-error-for-skips 38 41 pytestCheckHook 42 + syrupy 39 43 ]; 40 44 41 45 pythonImportsCheck = [ "brother" ];