python3Packages.libagent: 0.14.5 -> 0.14.8

This commit is contained in:
Pavol Rusnak 2024-01-16 09:32:21 -05:00
parent e75479d0a6
commit f5f34e91d7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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