Merge pull request #281335 from prusnak/libagent
python3Packages.libagent: 0.14.5 -> 0.14.8
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, bleak
|
||||
, buildPythonPackage
|
||||
, ecpy
|
||||
@@ -29,7 +30,6 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bleak
|
||||
ecpy
|
||||
future
|
||||
hidapi
|
||||
@@ -41,6 +41,9 @@ buildPythonPackage rec {
|
||||
pyelftools
|
||||
python-u2flib-host
|
||||
websocket-client
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
bleak
|
||||
];
|
||||
|
||||
# No tests
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
, pynacl
|
||||
}:
|
||||
|
||||
# XXX: when changing this package, please test the package onlykey-agent.
|
||||
# When changing this package, please test packages {keepkey,ledger,onlykey,trezor}-agent
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libagent";
|
||||
version = "0.14.5";
|
||||
version = "0.14.8";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "romanz";
|
||||
repo = "trezor-agent";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-RISAy0efdatr9u4CWNRGnlffkC8ksw1NyRpJWKwqz+s=";
|
||||
hash = "sha256-tcVott/GlHsICQf640Gm5jx89fZWsCdcYnBxi/Kh2oc=";
|
||||
};
|
||||
|
||||
# hardcode the path to gpgconf in the libagent library
|
||||
|
||||
Reference in New Issue
Block a user