From 22760ce20a668c1d2dcc1585ddc78ea62d7d5abe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Jun 2024 15:45:14 +0000 Subject: [PATCH 1/2] python311Packages.trezor: 0.13.8 -> 0.13.9 --- pkgs/development/python-modules/trezor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/trezor/default.nix b/pkgs/development/python-modules/trezor/default.nix index 0ade95bd96d3..dcabee6c1268 100644 --- a/pkgs/development/python-modules/trezor/default.nix +++ b/pkgs/development/python-modules/trezor/default.nix @@ -25,14 +25,14 @@ buildPythonPackage rec { pname = "trezor"; - version = "0.13.8"; + version = "0.13.9"; format = "setuptools"; disabled = !isPy3k; src = fetchPypi { inherit pname version; - hash = "sha256-Y01O3fNWAyV8MhYY2FSMajWyc4Rle2XjsL261jWlfP8="; + hash = "sha256-lFC9e7nSPl4zo8nljhjwWLRMnZw0ymZLSYGnlaqfse8="; }; nativeBuildInputs = [ installShellFiles ]; From 947bf848ad9cf50293e69331f5a67c21a309f4c7 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 29 Jun 2024 00:13:13 +0200 Subject: [PATCH 2/2] python311Packages.trezor: Add changelog --- pkgs/development/python-modules/trezor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/trezor/default.nix b/pkgs/development/python-modules/trezor/default.nix index dcabee6c1268..2fcdd1be477e 100644 --- a/pkgs/development/python-modules/trezor/default.nix +++ b/pkgs/development/python-modules/trezor/default.nix @@ -81,6 +81,7 @@ buildPythonPackage rec { description = "Python library for communicating with Trezor Hardware Wallet"; mainProgram = "trezorctl"; homepage = "https://github.com/trezor/trezor-firmware/tree/master/python"; + changelog = "https://github.com/trezor/trezor-firmware/blob/python/v${version}/python/CHANGELOG.md"; license = licenses.gpl3; maintainers = with maintainers; [ np