aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/brother/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-09-13 15:10:41 +0200
committerJon <jonringer@users.noreply.github.com>2020-09-13 09:41:06 -0700
commit1810cb2e0cc6f14447073c035aafbe75dd07d195 (patch)
tree8857067b021c4effe096bfbddf95921fa77e81c0 /pkgs/development/python-modules/brother/default.nix
parent4269da36d178b5c953f96bc865510fdf55dcc61a (diff)
python3Packages.brother: 0.1.14 -> 0.1.17
Diffstat (limited to 'pkgs/development/python-modules/brother/default.nix')
-rw-r--r--pkgs/development/python-modules/brother/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix
index b560c9ec0832..e79ee03241dc 100644
--- a/pkgs/development/python-modules/brother/default.nix
+++ b/pkgs/development/python-modules/brother/default.nix
@@ -4,14 +4,14 @@
buildPythonPackage rec {
pname = "brother";
- version = "0.1.14";
- disabled = pythonOlder "3.6";
+ version = "0.1.17";
+ disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bieniu";
repo = pname;
rev = version;
- sha256 = "11pkr30bxrzgbz6bi42dyhav6qhr7rz9fb6a13297g7wa77jn4r4";
+ sha256 = "03gjcpbq8rwnjzplgwhwr8wb7a1zh940dr6iwnq9srklqzzj691m";
};
propagatedBuildInputs = [