python312Packages.brother: 4.0.0 -> 4.0.2

This commit is contained in:
R. Ryantm 2024-03-14 02:06:18 +00:00
parent c61d0920a3
commit 69d6d51c3c

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "brother";
version = "4.0.0";
version = "4.0.2";
pyproject = true;
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FLaSj1LQy/eWPxU1a4WGpsdoN5Zi4EwrgCmz8AXGeLc=";
hash = "sha256-n1CIozKuF0+N8Vg3QA2jy5xNLDBJPdnhVT/xg1R+t90=";
};
nativeBuildInputs = [