Merge pull request #123652 from fabaff/bump-brother

python3Packages.brother: 1.0.1 -> 1.0.2
This commit is contained in:
Martin Weinelt 2021-05-19 11:58:20 +02:00 committed by GitHub
commit 9613c8c0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [