diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-12-02 15:52:23 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-12-18 15:13:56 +0100 |
commit | 6eba17043a9eb01d04bf411fddc1f1699853ec8c (patch) | |
tree | fa03e052741a8880b8a79757d59f3288f8425c21 /gnu/packages/finance.scm | |
parent | 00a42ee749af0a9e6c994a76f67b66de5a4dd898 (diff) |
gnu: python-stdnum: Update to 1.17.
* gnu/packages/finance.scm (python-stdnum): Update to 1.17.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 8d802d9511..3c162ff86f 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 |