guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-stdnum: Update to 1.17.


From: guix-commits
Subject: 01/03: gnu: python-stdnum: Update to 1.17.
Date: Sat, 18 Dec 2021 09:20:16 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 6eba17043a9eb01d04bf411fddc1f1699853ec8c
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Dec 2 15:52:23 2021 +0100

    gnu: python-stdnum: Update to 1.17.
    
    * gnu/packages/finance.scm (python-stdnum): Update to 1.17.
---
 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 8d802d9..3c162ff 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1204,13 +1204,13 @@ agent.")
 (define-public python-stdnum
   (package
     (name "python-stdnum")
-    (version "1.14")
+    (version "1.17")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-stdnum" version))
        (sha256
-        (base32 "070vd9zgvq0jchs4xc4j1h4r1l1lg4wwb8xs3p25k8c2xjw94fpx"))))
+        (base32 "0h4369b7gws5w5s2vhq590bk219y5k53zcmha2zwsb4i2dg2nkip"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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