[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: elpa: Update source URL.
From: |
guix-commits |
Subject: |
branch master updated: gnu: elpa: Update source URL. |
Date: |
Wed, 13 Jul 2022 01:09:31 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 734f50c31d gnu: elpa: Update source URL.
734f50c31d is described below
commit 734f50c31dddc75dca13e2c81abf0ad5b5433e29
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jul 13 01:07:38 2022 -0400
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>
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: elpa: Update source URL.,
guix-commits <=