python3Packages.brother: 5.1.1 -> 6.0.0

This commit is contained in:
R. Ryantm
2025-11-26 17:21:36 +00:00
parent 7e22656f5a
commit 61b15943a1
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "brother";
version = "5.1.1";
version = "6.0.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "brother";
tag = version;
hash = "sha256-CrPtDHMz1vHprYD1IkR4J0WEY43kGDm+e7kTzanAiR0=";
hash = "sha256-kvR4891kaZFHKZhtgrrgtGJZUIwoYE5CsGUEQM7eKvs=";
};
build-system = [ setuptools ];