about summary refs log tree commit diff
path: root/pkgs/development/python-modules/btchip
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-04 14:41:20 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-04 09:23:11 -0800
commit5f9adc68508aedb60b544c1b0c5e70c76f844422 (patch)
tree1cb62f941943c152977ef5df65b863975063190c /pkgs/development/python-modules/btchip
parent1856010455c8a3a1318a2cf3e5767d5ccf4c8df6 (diff)
python27Packages.btchip: 0.1.30 -> 0.1.31
Diffstat (limited to 'pkgs/development/python-modules/btchip')
-rw-r--r--pkgs/development/python-modules/btchip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/btchip/default.nix b/pkgs/development/python-modules/btchip/default.nix
index 7370d3db7dbfc..c84ee0f0be7f9 100644
--- a/pkgs/development/python-modules/btchip/default.nix
+++ b/pkgs/development/python-modules/btchip/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "btchip-python";
-  version = "0.1.30";
+  version = "0.1.31";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1mraf2lmh70b038k934adxi7d40431j7yq93my3aws99f5xccsb8";
+    sha256 = "4167f3c6ea832dd189d447d0d7a8c2a968027671ae6f43c680192f2b72c39b2c";
   };
 
   propagatedBuildInputs = [ hidapi pyscard ecdsa ];