me
/
guix
Archived
1
0
Fork 0

gnu: python-joblib: Update home page.

* gnu/packages/python.scm (python-joblib)[home-page]: Update to current.
master
Marius Bakke 2018-11-18 03:30:23 +01:00
parent ff43d95807
commit 352401efb8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -2416,7 +2416,7 @@ logic-free templating system Mustache.")
(lambda _ (invoke "pytest" "-v" "joblib"))))))
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "http://pythonhosted.org/joblib/")
(home-page "https://joblib.readthedocs.io/")
(synopsis "Using Python functions as pipeline jobs")
(description
"Joblib is a set of tools to provide lightweight pipelining in Python.