about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-13 10:49:56 +0200
committerGitHub <noreply@github.com>2021-10-13 10:49:56 +0200
commit81d6774b5bb32dd30870516c6e802327eb068e21 (patch)
tree54a2688901801f8687796886fd88f4cfaffd23e5 /pkgs
parentde221d90000dbbe43c0085114faebe50f88c962b (diff)
parent9403b15624bf211a1eb168a9dc1cc19fd870fa93 (diff)
Merge pull request #141406 from mweinelt/python/brother
Diffstat (limited to 'pkgs')
-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 2f4552ca3f6c7..17d46940e254e 100644
--- a/pkgs/development/python-modules/brother/default.nix
+++ b/pkgs/development/python-modules/brother/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "brother";
-  version = "1.0.2";
+  version = "1.1.0";
   disabled = pythonOlder "3.8";
 
   src = fetchFromGitHub {
     owner = "bieniu";
     repo = pname;
     rev = version;
-    sha256 = "sha256-xs/GIsJUuKKbDotV1BeT/ng86UVkNsH48uHR4i3vqow=";
+    sha256 = "sha256-ZDQIpzdr3XkYrSUgrBDZsUwUZRQCdJdvmniMezvJxzU=";
   };
 
   nativeBuildInputs = [