about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2024-06-29 08:05:51 +0200
committerGitHub <noreply@github.com>2024-06-29 08:05:51 +0200
commit0d8908e1647e0762c371d3dc6cfbec409e9af7b7 (patch)
tree98da760db2c295fe7f620397fd491c41cfd8b4e9
parent762fdf04a8c772dbe80306b3128c8960cb95829f (diff)
parent947bf848ad9cf50293e69331f5a67c21a309f4c7 (diff)
Merge pull request #323183 from r-ryantm/auto-update/python311Packages.trezor
-rw-r--r--pkgs/development/python-modules/trezor/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/trezor/default.nix b/pkgs/development/python-modules/trezor/default.nix
index 0ade95bd96d35..2fcdd1be477e1 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 ];
@@ -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