gnu: elpa: Update source URL.
Fixes <https://issues.guix.gnu.org/46460>. * gnu/packages/maths.scm (elpa): Update source URL. Reported-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
84eab6dc74
commit
734f50c31d
|
@ -5971,7 +5971,8 @@ theories} (SMT) solver. It provides a C/C++ API, as well as Python bindings.")
|
||||||
(version "2018.11.001")
|
(version "2018.11.001")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://elpa.mpcdf.mpg.de/html/Releases/"
|
(uri (string-append "https://elpa.mpcdf.mpg.de/software/"
|
||||||
|
"tarball-archive/Releases/"
|
||||||
version "/elpa-" version ".tar.gz"))
|
version "/elpa-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue