diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-03-22 22:36:43 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-03-22 22:36:43 +0100 |
commit | 75a95ed95ffded86f41908fae103b3a8385e693e (patch) | |
tree | 49d1dd1a12e379f23fb1697293011d912365668a | |
parent | 3de6fb621a26e848d2bca3caf82caf7df59521c9 (diff) | |
download | guix-75a95ed95ffded86f41908fae103b3a8385e693e.tar.gz |
gnu: python-duniterpy: Update to 0.62.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.62.0.
-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 e6df40c168..6674452ab5 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 |