gnu: python-cloudpickle: Update to 0.6.1.
* gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1.
This commit is contained in:
parent
36c90dda38
commit
03bfbe2f10
|
@ -14567,14 +14567,14 @@ pure-Python.")
|
||||||
(define-public python-cloudpickle
|
(define-public python-cloudpickle
|
||||||
(package
|
(package
|
||||||
(name "python-cloudpickle")
|
(name "python-cloudpickle")
|
||||||
(version "0.5.5")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cloudpickle" version))
|
(uri (pypi-uri "cloudpickle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gdg5n025v4wqmdg65rm0n6fvp6731ip30ji0rmn2kqsyr4bb93f"))))
|
"1wdw89mlm7fqa3fm3ymskx05jrys66n8m1z1a8s0mss0799ahsgi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: there are 5 errors in 122 tests:
|
;; FIXME: there are 5 errors in 122 tests:
|
||||||
;; ERROR: test_function_pickle_compat_0_4_0 (tests.cloudpickle_test.CloudPickleTest)
|
;; ERROR: test_function_pickle_compat_0_4_0 (tests.cloudpickle_test.CloudPickleTest)
|
||||||
|
|
Loading…
Reference in New Issue