python3Packages.brother: 6.0.0 -> 6.1.0

https://github.com/bieniu/brother/releases/tag/6.1.0
This commit is contained in:
Martin Weinelt
2026-04-16 02:11:19 +02:00
parent d4366ecfef
commit 693eb1a307
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "brother";
version = "6.0.0";
version = "6.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "brother";
tag = version;
hash = "sha256-kvR4891kaZFHKZhtgrrgtGJZUIwoYE5CsGUEQM7eKvs=";
hash = "sha256-coV2jOxxqwP5LTh9QvyRvBcgVDENEm/IP9LRJu/Me+c=";
};
build-system = [ setuptools ];