all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34384] [PATCH] gnu: python-keepkey: Update to 6.0.2.
@ 2019-02-08  4:35 Vagrant Cascadian
  2019-02-10 19:33 ` bug#34384: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2019-02-08  4:35 UTC (permalink / raw)
  To: 34384

[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]

* gnu/packages/finance.scm (python-keepkey): Update to 6.0.2.
  [propagated-inputs]: Add python-libusb1
---
 gnu/packages/finance.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 5ca81f3d91..e36d27f27f 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -723,14 +723,14 @@ TREZOR Hardware Wallet.")
 (define-public python-keepkey
   (package
     (name "python-keepkey")
-    (version "4.0.2")
+    (version "6.0.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "keepkey" version))
         (sha256
           (base32
-            "0f4iqqjlqmamw4mhyhik4qlb5bnfd10wbjw9yzgir105wh5fdpnd"))))
+            "16j8hnxj9r4b2w6kfncmny09pb1al8ppmn59qxzl3qmh1xhpy45g"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -743,6 +743,7 @@ TREZOR Hardware Wallet.")
     (propagated-inputs
      `(("python-ecdsa" ,python-ecdsa)
        ("python-hidapi" ,python-hidapi)
+       ("python-libusb1" ,python-libusb1)
        ("python-mnemonic" ,python-mnemonic)
        ("python-protobuf" ,python-protobuf)))
     (home-page "https://github.com/keepkey/python-keepkey")
-- 
2.20.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34384: [PATCH] gnu: python-keepkey: Update to 6.0.2.
  2019-02-08  4:35 [bug#34384] [PATCH] gnu: python-keepkey: Update to 6.0.2 Vagrant Cascadian
@ 2019-02-10 19:33 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-02-10 19:33 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 34384-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Thanks!  Pushed to guix master as 02d9e5d285638c7a1e6c984a01588f8b5bb56c8c.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-10 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08  4:35 [bug#34384] [PATCH] gnu: python-keepkey: Update to 6.0.2 Vagrant Cascadian
2019-02-10 19:33 ` bug#34384: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.