about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@satoshilabs.com>2019-06-01 10:24:40 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2019-06-01 13:41:43 +0000
commit2335878b2a2acfff62880f80995f1b9ce5cbfe4f (patch)
treece1f17afe3a7ed28c3185c9c5911e0bfd7806b41
parentbe465351b48fdeb9fd852980df0624c86d6ada8a (diff)
downloadnixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.tar
nixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.tar.gz
nixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.tar.bz2
nixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.tar.lz
nixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.tar.xz
nixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.tar.zst
nixlib-2335878b2a2acfff62880f80995f1b9ce5cbfe4f.zip
python-trezor: 0.11.2 -> 0.11.3
-rw-r--r--pkgs/development/python-modules/trezor/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/trezor/default.nix b/pkgs/development/python-modules/trezor/default.nix
index 4a2920418f1c..589878d69f52 100644
--- a/pkgs/development/python-modules/trezor/default.nix
+++ b/pkgs/development/python-modules/trezor/default.nix
@@ -14,13 +14,13 @@
 
 buildPythonPackage rec {
   pname = "trezor";
-  version = "0.11.2";
+  version = "0.11.3";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a6f4b47b37a21247535fc43411cb70a8c61ef0a5a2dfee668bd05611e2741fb8";
+    sha256 = "c79a500e90d003073c8060d319dceb042caaba9472f13990c77ed37d04a82108";
   };
 
   propagatedBuildInputs = [ typing-extensions protobuf hidapi ecdsa mnemonic requests pyblake2 click construct libusb1 rlp ];
@@ -43,6 +43,6 @@ buildPythonPackage rec {
     description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet";
     homepage = https://github.com/trezor/python-trezor;
     license = lib.licenses.gpl3;
-    maintainers = with lib.maintainers; [ np prusnak ];
+    maintainers = with lib.maintainers; [ np prusnak mmahut ];
   };
 }