gnu: python-dill: Update to 0.2.9.
* gnu/packages/python-xyz.scm (python-dill): Update to 0.2.9.
This commit is contained in:
parent
1d3c78036f
commit
c60b15cc62
|
@ -14650,16 +14650,15 @@ object-oriented library such as @code{scikit-learn}.")
|
||||||
(define-public python-dill
|
(define-public python-dill
|
||||||
(package
|
(package
|
||||||
(name "python-dill")
|
(name "python-dill")
|
||||||
(version "0.2.8.2")
|
(version "0.2.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dill" version))
|
(uri (pypi-uri "dill" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0vwqyi6hyz2r29zydc78dqymkbc5y7gia16xcdh215cikxph9mpn"))))
|
||||||
"1cymzn9fxwdy33h21zkk4gqgzvd25110hh3zdqnvnwa3p52c4kb2"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: The check phase fails with "don't know how to make test".
|
;; FIXME: The check phase fails with "don't know how to make test from: …".
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(home-page "https://pypi.org/project/dill")
|
(home-page "https://pypi.org/project/dill")
|
||||||
(synopsis "Serialize all of Python")
|
(synopsis "Serialize all of Python")
|
||||||
|
|
Loading…
Reference in New Issue