gnu: python-trezor-agent: Update to 0.13.1.

  • 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)
87k1g49pyp.fsf@ponder
* gnu/packages/finance (python-trezor-agent): Update to 0.13.1.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4d35872fe4..c79db83cfa 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -627,7 +627,7 @@ Monero GUI client.")
(define-public python-trezor-agent
(package
(name "python-trezor-agent")
- (version "0.13.0")
+ (version "0.13.1")
(source
(origin
(method git-fetch)
@@ -636,7 +636,7 @@ Monero GUI client.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0i4igkxi8fwdlbhg6nx27lhnc9v9nmrw4j5fvpnc202n6yjlc7x7"))))
+ (base32 "0q99vbfd3h85s8rnjipnmldixabqmmlk5w9karv6f0rhyi54f4zv"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXKu1TwAKCRDcUY/If5cW
qrejAP9nphmtXqFrHvhwut4JNsuBX838XM365C1xcCFZhiFr1gEA1ABvB/f83N2h
F7ulAD1fKQVjO800Mq7/MqBcXxSbHgQ=
=95kk
-----END PGP SIGNATURE-----

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

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlysW2MACgkQ5xo1VCww
uqUMSAf/TKUHnARyS8ti8ey/5jNUKPhVpR3bq206EOOLjbJI2uEgF9vsuQSEICZ0
gUKuScahFdaJBu/8e7j0ltUZVyxHVG3d6PyZY+9O4w6B7N4dqqK3gdP0ZsY7Hr0m
C8JAWReln5M46syLe9O1AlQ6QRLhQdSS8nixD2DLtPjmwhNXLAt89pqLgCbl5YXA
zClz1sU0Q3lLpkn30C0Fz518n0MYR2r5sHFZf8lHrlT0LlKdWGqYeza32ENtYcge
HJm0cQ1nSfXdwpqmqU0iJ3hlv6Ce2ceTUNT4YtIyM4JaG2b9QxU1MkC1CQFKZnty
gEtVrLqCDT+hB5FnuAvuJGn8ZhTKlg==
=Cki5
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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