Merge pull request #175289 from r-ryantm/auto-update/python310Packages.brother

python310Packages.brother: 1.2.1 -> 1.2.2

authored by

Martin Weinelt and committed by
GitHub
170394ab ff74ad6d

+2 -2
+2 -2
pkgs/development/python-modules/brother/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "brother"; 13 - version = "1.2.1"; 13 + version = "1.2.2"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "bieniu"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-9SC4q2iZN0/fEYS4Ii7Ndcx5UpLryGCe9ytIVDdjg0M="; 22 + hash = "sha256-pxFp/CSoskAx6DdZlkBRvocUJ5Kt5ymPwxpLhT743uE="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [