sharlatan pushed a commit to branch python-team
in repository guix.
commit 24277f924a3aa6c3e0621fadc72f18dc75549f67
Author: Antero Mejr <[email protected]>
AuthorDate: Mon Nov 25 20:23:22 2024 +0000
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index aeeea73389..59b42b09df 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1588,13 +1588,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