me
/
guix
Archived
1
0
Fork 0

gnu: python-mpmath: Use HTTPS home page URI.

* gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.
master
Nicolas Goaziou 2021-02-28 11:27:14 +01:00
parent 6829592159
commit a6004b5fd2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -8074,7 +8074,7 @@ and statistical routines from scipy and statsmodels.")
(replace 'check
(lambda _
(invoke "python" "mpmath/tests/runtests.py" "-local"))))))
(home-page "http://mpmath.org")
(home-page "https://mpmath.org")
(synopsis "Arbitrary-precision floating-point arithmetic in python")
(description
"@code{mpmath} can be used as an arbitrary-precision substitute for