diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 13:54:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 13:54:38 +0100 |
commit | 063dfc56368c01a7c4c4944a3629257f632aab89 (patch) | |
tree | ec322c5982012a7a5d02bc7c2e51c828eeef1118 | |
parent | 90bee69fca34ddcf039402d8ad28fb9daabf980d (diff) |
gnu: python-jsonpickle: Update to 1.5.2.
This brings support for NumPy 1.20+, which we need.
* gnu/packages/python-web.scm (python-jsonpickle): Update to 1.5.2.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 59c8afdda8..73a45ca4ca 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -794,13 +794,13 @@ content using a variety of algorithms.") (define-public python-jsonpickle (package (name "python-jsonpickle") - (version "1.4.1") + (version "1.5.2") (source (origin (method url-fetch) (uri (pypi-uri "jsonpickle" version)) (sha256 (base32 - "1fn86z468hamw8njh2grw2xdhsm7g48dyxs3lw0n10nn1g6vgm78")))) + "0n93h9b9ad58lxdfbvgsh4b25mkg146qikzcgghyc75vjk7rp2cy")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |