gnu: python-trezor: Update to 0.11.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87pnpw9q96.fsf@ponder
* gnu/packages/finance (python-trezor): Update to 0.11.2.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 575569d3aa..4d2d343ade 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -733,14 +733,14 @@ Ledger Blue/Nano S.")
(define-public python-trezor
(package
(name "python-trezor")
- (version "0.11.1")
+ (version "0.11.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trezor" version))
(sha256
(base32
- "064yds8f4px0c6grkkanpdjx022g4q87ihzhkmdv9qanv0hz6hv0"))))
+ "1f0zfki12mnhidkfxpx2lpq1xim8f35i2d64bx9lf4m26xxv9x56"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXKuz1gAKCRDcUY/If5cW
qqCWAP9yDkDs8zntWWPly0OEbW8AgETPX9Nu6yI98wVEvtd+UgD+O9xnBraABqHU
pBeaLV34V8hvC0SsPaaV8S7UMJrmeQ4=
=L9YP
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 35198-done@debbugs.gnu.org)
20190409104425.1f968949@scratchpost.org
Pushed to Guix master, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlysW2kACgkQ5xo1VCww
uqWvhwf7BbdjjD4byUfNM+xtSzs5+csThVm3a29Yzw5fMEz9hQ5U7D2O6UZfWrQQ
yDxHaY841jLFJo79gaM9t/mUQfGnmdTposSf2tQ/cqRaVLIsBq7nvOtDh2gcVcP7
yVC9fek0ptyaCTiVzSb1+QJeB/ccN6hy5OV78Wf/gC1GNtkxCSxPNu82G0rYoq5r
ppTrQ57WPVDUVnVSSC/ZAIy0UwXxmfm01H3aqJNgFbX0hLoW0Ky5pRJbdTvxEScK
o2Rogxpow0LgsoqFywwI/iIutS1Gtn1nXnh56ED6dDy9J7pi19SetceExgPS5Bwy
ix6PlJNzC4WuSdTfapPlLr3XSHovVw==
=j+a6
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35198@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 35198
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help