[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-duniterpy: Update to 0.53.0.
From: |
guix-commits |
Subject: |
01/01: gnu: python-duniterpy: Update to 0.53.0. |
Date: |
Wed, 3 Apr 2019 18:37:33 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8957ae01c41bcb22e4c388dda801a00fcabbf869
Author: Nicolas Goaziou <address@hidden>
Date: Thu Apr 4 00:37:22 2019 +0200
gnu: python-duniterpy: Update to 0.53.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.0.
---
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 4eb0d57..3fe0f92 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -926,7 +926,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
(define-public python-duniterpy
(package
(name "python-duniterpy")
- (version "0.52.0")
+ (version "0.53.0")
(source
(origin
(method git-fetch)
@@ -937,7 +937,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
(file-name (git-file-name name version))
(sha256
(base32
- "07liba2d21hb8m3n6yccfamq9yq0ryywh18vs9g2sgywfsnv82lh"))))
+ "1km585xlv6dm693s5x6apcnx3ixvz08g8yjfclszhy4jakhpv0ya"))))
(build-system python-build-system)
(arguments
;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".