mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-joblib: Update home page.
* gnu/packages/python.scm (python-joblib)[home-page]: Update to current.
This commit is contained in:
parent
ff43d95807
commit
352401efb8
1 changed files with 1 additions and 1 deletions
|
@ -2416,7 +2416,7 @@ (define-public python-joblib
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue