mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
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:
parent
90bee69fca
commit
063dfc5636
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue