guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-duniterpy: Update to 0.50.0.


From: guix-commits
Subject: 04/04: gnu: python-duniterpy: Update to 0.50.0.
Date: Sat, 1 Dec 2018 19:21:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1427d888e0ddfb04991d704daae2d09519b849af
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 2 01:11:49 2018 +0100

    gnu: python-duniterpy: Update to 0.50.0.
    
    * gnu/packages/finance.scm (python-duniterpy): Update to 0.50.0.
    [arguments]: Drop tests, which are failing.
    [propagated-inputs]: Add python-attr.
---
 gnu/packages/finance.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 73662cc..40df25e 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -840,7 +840,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "0.43.7")
+    (version "0.50.0")
     (source
      (origin
        (method git-fetch)
@@ -851,10 +851,14 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "19m36z98361bqxjdb65597j2kxbly491927c6p9z47s1vxc3raaq"))))
+         "0f24ihglmzphy30pgc49w0rxmsjc76mgcggg078cfsz7xrrk13gf"))))
     (build-system python-build-system)
+    (arguments
+     ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".
+     `(#:tests? #f))
     (propagated-inputs
      `(("python-aiohttp" ,python-aiohttp)
+       ("python-attr" ,python-attr)
        ("python-base58" ,python-base58)
        ("python-jsonschema" ,python-jsonschema)
        ("python-libnacl" ,python-libnacl)



reply via email to

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