gnu: python-dill: Update to 0.2.9.

* gnu/packages/python-xyz.scm (python-dill): Update to 0.2.9.
master
Tobias Geerinckx-Rice 2019-04-22 02:31:14 +02:00
parent 1d3c78036f
commit c60b15cc62
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -14650,16 +14650,15 @@ object-oriented library such as @code{scikit-learn}.")
(define-public python-dill
(package
(name "python-dill")
(version "0.2.8.2")
(version "0.2.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dill" version))
(sha256
(base32
"1cymzn9fxwdy33h21zkk4gqgzvd25110hh3zdqnvnwa3p52c4kb2"))))
(base32 "0vwqyi6hyz2r29zydc78dqymkbc5y7gia16xcdh215cikxph9mpn"))))
(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))
(home-page "https://pypi.org/project/dill")
(synopsis "Serialize all of Python")