[bug#35199] gnu: python-keepkey: Update to 6.0.3.

Message ID 87mul09q7k.fsf@ponder
State Accepted
Headers show
Series [bug#35199] gnu: python-keepkey: Update to 6.0.3. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Vagrant Cascadian April 8, 2019, 8:50 p.m. UTC
* gnu/packages/finance (python-keepkey): Update to 6.0.3.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Danny Milosavljevic April 9, 2019, 8:44 a.m. UTC | #1
Pushed to Guix master, thanks!

Patch

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