diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-13 01:07:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-13 01:08:59 -0400 |
commit | 734f50c31dddc75dca13e2c81abf0ad5b5433e29 (patch) | |
tree | 9d3cd66286221e5163998916b030010596b680c2 | |
parent | 84eab6dc74e46dd2dad893c4c22156ba963d125f (diff) |
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>
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 9869fa9283..83a04f7301 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5971,7 +5971,8 @@ theories} (SMT) solver. It provides a C/C++ API, as well as Python bindings.") (version "2018.11.001") (source (origin (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")) (sha256 (base32 |