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.
This commit is contained in:
Ludovic Courtès 2021-12-13 13:54:38 +01:00
parent 90bee69fca
commit 063dfc5636
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -794,13 +794,13 @@ (define-public python-jose
(define-public python-jsonpickle (define-public python-jsonpickle
(package (package
(name "python-jsonpickle") (name "python-jsonpickle")
(version "1.4.1") (version "1.5.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jsonpickle" version)) (uri (pypi-uri "jsonpickle" version))
(sha256 (sha256
(base32 (base32
"1fn86z468hamw8njh2grw2xdhsm7g48dyxs3lw0n10nn1g6vgm78")))) "0n93h9b9ad58lxdfbvgsh4b25mkg146qikzcgghyc75vjk7rp2cy"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases