python.pkgs: several maintenance bumps

This commit is contained in:
Frederik Rietdijk
2017-06-19 13:43:19 +02:00
parent 9193bcb6b4
commit 76beb08313
16 changed files with 32 additions and 32 deletions

View File

@@ -3,11 +3,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "trezor";
version = "0.7.13";
version = "0.7.15";
src = fetchPypi {
inherit pname version;
sha256 = "d05f388bb56b6f61cc727999cc725078575238a0b6172450322bc55c437fefe5";
sha256 = "f7e4f509263ca172532b4c0a440d164add7cdc021b4370a253d51eba5806b618";
};
propagatedBuildInputs = [ protobuf3_0 hidapi ];