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.62.0.


From: guix-commits
Subject: branch master updated: gnu: python-duniterpy: Update to 0.62.0.
Date: Mon, 22 Mar 2021 17:36:59 -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 75a95ed  gnu: python-duniterpy: Update to 0.62.0.
75a95ed is described below

commit 75a95ed95ffded86f41908fae103b3a8385e693e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 22 22:36:43 2021 +0100

    gnu: python-duniterpy: Update to 0.62.0.
    
    * gnu/packages/finance.scm (python-duniterpy): Update to 0.62.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 e6df40c..6674452 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1109,13 +1109,13 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. 
")
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "0.61.0")
+    (version "0.62.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "duniterpy" version))
        (sha256
-        (base32 "1dr5zx7hi1ps36p1zw2n66lmikp2frwi3sp4rf2zyd216dl3r1jp"))))
+        (base32 "1ldiw5j2g92cib9v06kgv4z8dw2zi0x1dmpisf8w78h4kg6712w1"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Tests fail with: "TypeError: block_uid() missing 1 required



reply via email to

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