Merge pull request #302116 from r-ryantm/auto-update/python312Packages.brother

python312Packages.brother: 4.0.2 -> 4.1.0
This commit is contained in:
Martin Weinelt 2024-04-06 16:33:13 +02:00 committed by GitHub
commit 9c926d3de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "brother";
version = "4.0.2";
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-n1CIozKuF0+N8Vg3QA2jy5xNLDBJPdnhVT/xg1R+t90=";
hash = "sha256-W7bakj/94l0pL5fOb+CK+Z6k1cbv/CY9XjXGYZfLFY4=";
};
nativeBuildInputs = [