mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3a0acc79cf
commit
6e312fe35e
1 changed files with 2 additions and 2 deletions
|
@ -1591,13 +1591,13 @@ CSS3 that adds programming capabilities and some other syntactic sugar.")
|
||||||
(define-public python-jsonpickle
|
(define-public python-jsonpickle
|
||||||
(package
|
(package
|
||||||
(name "python-jsonpickle")
|
(name "python-jsonpickle")
|
||||||
(version "3.0.4")
|
(version "4.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jsonpickle" version))
|
(uri (pypi-uri "jsonpickle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ay6r1bhcw7qy8k5n4xxgy9dqzhxx8syg5ra9wwqzk91ca6lrcd1"))))
|
"0dipys8p4hkqnp9nwkpysfv7mhws2hrr73wgn00pdmq4n990hrzw"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue