guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-keepkey: Update to 6.0.3.


From: guix-commits
Subject: 02/04: gnu: python-keepkey: Update to 6.0.3.
Date: Tue, 9 Apr 2019 04:43:15 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 52311b51d1fda967849b03c7c5c5936605341b2b
Author: Vagrant Cascadian <address@hidden>
Date:   Mon Apr 8 13:50:23 2019 -0700

    gnu: python-keepkey: Update to 6.0.3.
    
    * gnu/packages/finance (python-keepkey): Update to 6.0.3.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4d2d343..4d35872 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]