python310Packages.brother: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2022-05-30 03:41:01 +00:00 committed by Jonathan Ringer
parent 412ec27c16
commit 5523be73f4

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "brother";
version = "1.2.2";
version = "1.2.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pxFp/CSoskAx6DdZlkBRvocUJ5Kt5ymPwxpLhT743uE=";
hash = "sha256-+o6hv63u6FBEu57mD02lss0LQPwgBnXsP8CKQ+/74/Q=";
};
propagatedBuildInputs = [