me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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