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 { buildPythonPackage rec {
pname = "brother"; pname = "brother";
version = "1.0.1"; version = "1.0.2";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bieniu"; owner = "bieniu";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-Cfut6Y4Hln32g4V13xbOo5JdjPv2cH6FCDqvRRyijIA="; sha256 = "sha256-xs/GIsJUuKKbDotV1BeT/ng86UVkNsH48uHR4i3vqow=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [