python3Packages.brother: 5.0.1 -> 5.1.0 (#441116)

https://github.com/bieniu/brother/releases/tag/5.1.0

R. RyanTM 8f59f44d 5ce986cc

Changed files
+2 -2
pkgs
development
python-modules
brother
+2 -2
pkgs/development/python-modules/brother/default.nix
···
buildPythonPackage rec {
pname = "brother";
-
version = "5.0.1";
+
version = "5.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "bieniu";
repo = "brother";
tag = version;
-
hash = "sha256-YgH/yPaOPL/HEK74riW881+cWFOq7P9jNmPHlaYIIEs=";
+
hash = "sha256-g0Xg12JV7CpgSzitEEzsFFpTKF644m6mbo1KgvhQOO4=";
};
build-system = [ setuptools ];