summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-12-02 01:11:49 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-12-02 01:21:14 +0100
commit1427d888e0ddfb04991d704daae2d09519b849af (patch)
tree8e7f6374bf92503f0be649e0bb2bce7fa6d39f6f /gnu
parent5d7c66a5197b77eefb4c1d4c5d672e81d5a9ea4e (diff)
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/finance.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 73662cc388c..40df25ef405 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. ")
840(define-public python-duniterpy 840(define-public python-duniterpy
841 (package 841 (package
842 (name "python-duniterpy") 842 (name "python-duniterpy")
843 (version "0.43.7") 843 (version "0.50.0")
844 (source 844 (source
845 (origin 845 (origin
846 (method git-fetch) 846 (method git-fetch)
@@ -851,10 +851,14 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
851 (file-name (git-file-name name version)) 851 (file-name (git-file-name name version))
852 (sha256 852 (sha256
853 (base32 853 (base32
854 "19m36z98361bqxjdb65597j2kxbly491927c6p9z47s1vxc3raaq")))) 854 "0f24ihglmzphy30pgc49w0rxmsjc76mgcggg078cfsz7xrrk13gf"))))
855 (build-system python-build-system) 855 (build-system python-build-system)
856 (arguments
857 ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".
858 `(#:tests? #f))
856 (propagated-inputs 859 (propagated-inputs
857 `(("python-aiohttp" ,python-aiohttp) 860 `(("python-aiohttp" ,python-aiohttp)
861 ("python-attr" ,python-attr)
858 ("python-base58" ,python-base58) 862 ("python-base58" ,python-base58)
859 ("python-jsonschema" ,python-jsonschema) 863 ("python-jsonschema" ,python-jsonschema)
860 ("python-libnacl" ,python-libnacl) 864 ("python-libnacl" ,python-libnacl)