guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-duniterpy: Update to 0.57.0.


From: guix-commits
Subject: branch master updated: gnu: python-duniterpy: Update to 0.57.0.
Date: Sat, 11 Apr 2020 08:29:45 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbfaba8  gnu: python-duniterpy: Update to 0.57.0.
fbfaba8 is described below

commit fbfaba8a7c4519298879df2789d1900314486cae
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Apr 11 14:29:35 2020 +0200

    gnu: python-duniterpy: Update to 0.57.0.
    
    * gnu/packages/finance.scm (python-duniterpy): Update to 0.57.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 c639a9a..827a765 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1049,13 +1049,13 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. 
")
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "0.56.0")
+    (version "0.57.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "duniterpy" version))
        (sha256
-        (base32 "1h8d8cnr6k5sw4cqy8r82zy4ldzpvn4nlk2221lz2haqq7xm4s5z"))))
+        (base32 "0rw2c7r9gcqhymp82gbk1ky45zqbypsi2q5x4vdwjc6g00kh7h6l"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Tests fail with: "ModuleNotFoundError: No module named



reply via email to

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