1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

Merge pull request #114265 from r-ryantm/auto-update/python3.7-bitbox02

python37Packages.bitbox02: 5.2.0 -> 5.3.0
This commit is contained in:
Sandro 2021-03-07 02:03:19 +01:00 committed by GitHub
commit c359b06f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bitbox02";
version = "5.2.0";
version = "5.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "52b0b617660601939b30c8b588c28910946448b1b6d69ca231d5e3e47a322b71";
sha256 = "fe0e8aeb9b32fd7d76bb3e9838895973a74dfd532a8fb8ac174a1a60214aee26";
};
propagatedBuildInputs = [ base58 ecdsa hidapi noiseprotocol protobuf semver typing-extensions ];