python3Packages.brother: 0.2.2 -> 1.0.0

This commit is contained in:
Fabian Affolter 2021-04-22 13:36:58 +02:00
parent 155101e356
commit 3c17fe5161

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "brother";
version = "0.2.2";
version = "1.0.0";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bieniu";
repo = pname;
rev = version;
sha256 = "sha256-vIefcL3K3ZbAUxMFM7gbbTFdrnmufWZHcq4OA19SYXE=";
sha256 = "sha256-0NfqPlQiOkNhR+H55E9LE4dGa9R8vcSyPNbbIeiRJV8=";
};
postPatch = ''