summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-11-18 03:48:53 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-17 19:23:17 -0800
commit77e9b46697db899476a205906a64c568019ff4ab (patch)
tree33219bc76b76d07b181eec6b597e7e364faee6e1
parent46463b7d470b232b0139fe5ff0112f2e871d6ad9 (diff)
python3Packages.brother: 0.1.17 -> 0.1.18
-rw-r--r--pkgs/development/python-modules/brother/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix
index e79ee03241dc..394021ff2b21 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.17";
+ version = "0.1.18";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bieniu";
repo = pname;
rev = version;
- sha256 = "03gjcpbq8rwnjzplgwhwr8wb7a1zh940dr6iwnq9srklqzzj691m";
+ sha256 = "14fiwhgcgymgqsl9kcfb0597rcjxvdknhwbakpdf0xp2ph6cj266";
};
propagatedBuildInputs = [