pythonPackages.keepkey: 0.7.0 -> 0.7.3

This commit is contained in:
Nicolas Pouillard 2016-10-02 20:03:16 +02:00 committed by Franz Pletz
parent ded452aaa4
commit 37f9d30107

View File

@ -29561,15 +29561,15 @@ in modules // {
}; };
keepkey = buildPythonPackage rec{ keepkey = buildPythonPackage rec{
version = "0.7.0"; version = "0.7.3";
name = "keepkey-${version}"; name = "keepkey-${version}";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/k/keepkey/${name}.tar.gz"; url = "mirror://pypi/k/keepkey/${name}.tar.gz";
sha256 = "1ikyp4jpydskznsrlwmxh9sn7b64aldwj2lf0phmb19r5kk06qmp"; sha256 = "14d2r8dlx997ypgma2k8by90acw7i3l7hfq4gar9lcka0lqfj714";
}; };
propagatedBuildInputs = with self; [ protobuf2_6 hidapi ]; propagatedBuildInputs = with self; [ protobuf3_0 hidapi ];
buildInputs = with self; [ ecdsa mnemonic ]; buildInputs = with self; [ ecdsa mnemonic ];