[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: python-duniterpy: Update to 0.60.1.
From: |
guix-commits |
Subject: |
02/10: gnu: python-duniterpy: Update to 0.60.1. |
Date: |
Fri, 13 Nov 2020 20:17:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7214dc8449fda35387e8cb90dc7d7c13917cec4a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 13 21:51:40 2020 +0100
gnu: python-duniterpy: Update to 0.60.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.60.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 5b3ee2c..7b87bde 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1091,13 +1091,13 @@ Luhn and family of ISO/IEC 7064 check digit algorithms.
")
(define-public python-duniterpy
(package
(name "python-duniterpy")
- (version "0.60.0")
+ (version "0.60.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "duniterpy" version))
(sha256
- (base32 "0djn6ykmqbp8l2xbg6z8r7rkz9ijgygp2pr0gc6i7dsrlsqmjh32"))))
+ (base32 "1cwda5mk05zmpar7fpk9m4bziyz2s5pd0922h22fns5hw7vfsybh"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests fail with: "TypeError: block_uid() missing 1 required
- branch master updated (4e9b2e8 -> 0404b28), guix-commits, 2020/11/13
- 02/10: gnu: python-duniterpy: Update to 0.60.1.,
guix-commits <=
- 01/10: gnu: inxi-minimal: Update to 3.1.09-1., guix-commits, 2020/11/13
- 03/10: gnu: libgda: Update to 5.2.10., guix-commits, 2020/11/13
- 10/10: gnu: python-pykeepass: Update to 3.2.1., guix-commits, 2020/11/13
- 04/10: gnu: nginx-lua-module: Update to 0.10.16., guix-commits, 2020/11/13
- 05/10: gnu: lua-resty-core: Update to 0.1.18., guix-commits, 2020/11/13
- 06/10: gnu: lua-resty-lrucache: Update to 0.10., guix-commits, 2020/11/13
- 07/10: gnu: Add python-pycryptodomex., guix-commits, 2020/11/13
- 08/10: gnu: python-pycryptodome: Expand description., guix-commits, 2020/11/13
- 09/10: gnu: python-pycryptodome: Note public-domain legacy., guix-commits, 2020/11/13