python3Packages.brother: 1.0.1 -> 1.0.2

This commit is contained in:
Fabian Affolter 2021-05-19 11:03:06 +02:00
parent ea87fc7c63
commit 41d8507284

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "brother";
version = "1.0.1";
version = "1.0.2";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bieniu";
repo = pname;
rev = version;
sha256 = "sha256-Cfut6Y4Hln32g4V13xbOo5JdjPv2cH6FCDqvRRyijIA=";
sha256 = "sha256-xs/GIsJUuKKbDotV1BeT/ng86UVkNsH48uHR4i3vqow=";
};
nativeBuildInputs = [