gnu: python-keepkey: Update to 6.0.3.

  • 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)
87mul09q7k.fsf@ponder
* gnu/packages/finance (python-keepkey): Update to 6.0.3.
---
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 4d2d343ade..4d35872fe4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -779,14 +779,14 @@ TREZOR Hardware Wallet.")
(define-public python-keepkey
(package
(name "python-keepkey")
- (version "6.0.2")
+ (version "6.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "keepkey" version))
(sha256
(base32
- "16j8hnxj9r4b2w6kfncmny09pb1al8ppmn59qxzl3qmh1xhpy45g"))))
+ "0z3d0m6364v9dv0njs4cd5m5ai6j6v35xaaxfxl90m9vmyxy81vd"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXKu0EAAKCRDcUY/If5cW
qh9mAP9nHYYWMGi6yR1edvT3qryKOHvmZRbr/caU/n/aYzoXCAEA6EbwUbrzc3l4
1uwjKnkOTlWPWtH/IcbSooRiwAkkoA4=
=xGaM
-----END PGP SIGNATURE-----

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

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlysW2YACgkQ5xo1VCww
uqX9vAgAgpSGQgro23px1lgFvSeNnzFf4FXvSrL5uamzQG2ri8WIPcJpu83FDRpc
JXaKbjy7Hmmk618p9iz3DsgvEOQp7BzZz5/17nLxfq6LKTLE5j2G7eZDP0690Pfb
3B9Al0B2PItV0Vxj66CA8nnNLh6up/I4kvhHOmIxXN25+ELnWIxPXaO/PSzGxJA3
qgccPwYdG+JaYy/1FGRYRYsaI8n7/ZlB+rRS4Qv27lNY3HUAGJ+mLUfYunuV7e34
OYssVZ4UjMz5fj2HTsPl2URj0S+0ajVy9STksWsPNasGUDPCYJqXlUdnBzBjEGwQ
e7BnyZQ1a0pO+Mu5ClewLeR75LqwNA==
=LxEb
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 35199
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