gnu: python-jsonpickle: Update to 4.0.0.

* gnu/packages/python-web.scm (python-jsonpickle): Update to 4.0.0.

Change-Id: Icadcf069113c6a5de3c285c36f0a8ec79903e822
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Antero Mejr 2024-11-25 20:23:22 +00:00 committed by Sharlatan Hellseher
parent 3a0acc79cf
commit 6e312fe35e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1591,13 +1591,13 @@ CSS3 that adds programming capabilities and some other syntactic sugar.")
(define-public python-jsonpickle
(package
(name "python-jsonpickle")
(version "3.0.4")
(version "4.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "jsonpickle" version))
(sha256
(base32
"0ay6r1bhcw7qy8k5n4xxgy9dqzhxx8syg5ra9wwqzk91ca6lrcd1"))))
"0dipys8p4hkqnp9nwkpysfv7mhws2hrr73wgn00pdmq4n990hrzw"))))
(build-system pyproject-build-system)
(arguments
(list