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


From: guix-commits
Subject: branch master updated: gnu: python-duniterpy: Update to 1.0.0.
Date: Sun, 22 Aug 2021 15:07:12 -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 9adb69b  gnu: python-duniterpy: Update to 1.0.0.
9adb69b is described below

commit 9adb69b089cc22fc054219bb83187331769d1284
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Aug 22 21:06:39 2021 +0200

    gnu: python-duniterpy: Update to 1.0.0.
    
    * gnu/packages/finance.scm (python-duniterpy): Update to 1.0.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 0d398a5..53f022d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1149,13 +1149,13 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. 
")
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "0.62.0")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "duniterpy" version))
        (sha256
-        (base32 "1ldiw5j2g92cib9v06kgv4z8dw2zi0x1dmpisf8w78h4kg6712w1"))))
+        (base32 "13kp2ph7fb1cdkx1y6j2h8q33fj2akc104l77ng52cy4v8jic9nz"))))
     (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]