guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-duniterpy: Update to 0.55.1.


From: guix-commits
Subject: 01/01: gnu: python-duniterpy: Update to 0.55.1.
Date: Thu, 1 Aug 2019 16:24:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a41cd13563161cf8cbd11e55ce1e03cb18932a31
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Aug 1 22:24:34 2019 +0200

    gnu: python-duniterpy: Update to 0.55.1.
    
    * gnu/packages/finance.scm (python-duniterpy): Update to 0.55.1.
---
 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 7a5efb7..241339e 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -958,7 +958,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "0.54.3")
+    (version "0.55.1")
     (source
      (origin
        (method git-fetch)
@@ -969,7 +969,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1k3rpfc9zxj9z50cr4zjfyzdla9ap5mj1v1rlcriqmflgb5cmiba"))))
+         "07zsbbkzmnvyv5v0vw2d42vw3ar4iqhlidy9376ysk4ldlj1igf7"))))
     (build-system python-build-system)
     (arguments
      ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".



reply via email to

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