about summary refs log tree commit diff
path: root/pkgs/development/python-modules/keepkey
AgeCommit message (Collapse)AuthorFilesLines
2021-12-17python3Packages.keepkey: fix dependenciesPavol Rusnak1-5/+11
- trezor is not required - ecdsa, libusb1 and mnemonic are
2021-10-16python38Packages.keepkey: 6.7.0 -> 7.2.1R. RyanTM1-2/+2
2021-04-03python3Packages.keepkey: 6.6.0 -> 6.7.0Jonathan Ringer1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-15python37Packages.keepkey: 6.0.3 -> 6.6.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-04-16python37Packages.keepkey: 6.0.2 -> 6.0.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-keepkey/versions
2019-03-15python37Packages.keepkey: 4.0.2 -> 6.0.2 (#55202)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-keepkey/versions
2018-10-24python36Packages.keepkey: 4.0.0 -> 4.0.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-keepkey/versions
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2017-11-07python.pkgs.keepkey: 0.7.3 -> 4.0.0Joerg Thalheim1-8/+12
2017-09-08protobuf: default to 3.4Nikolay Amiantov1-2/+2
2017-06-22electrum: Unify protobuf dependenciesaszlig1-2/+2
Since 9c57f3b5c05621f0d1c207aa80f20ccc1d79ebfb bumped the protobuf version because the new upstream requires it, electrum now gets protobuf3_0 *and* protobuf3_2 instead of just one version. This leads to the following build errer: Found duplicated packages in closure for dependency 'protobuf': protobuf 3.0.2 (...-python2.7-protobuf-3.0.2/lib/python2.7/site-packages) protobuf 3.2.0 (...-python2.7-protobuf-3.2.0/lib/python2.7/site-packages) Using protobuf3_2 for keepkey and electrum fixes the build. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @np
2017-06-01pythonPackages.keepkey: fix impossible constraintrnhmjoj1-0/+30