diff options
| author | Ben Woodcroft <donttrustben@gmail.com> | 2017-02-04 15:26:26 +1000 |
|---|---|---|
| committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-02-04 15:26:26 +1000 |
| commit | 182dde82edd9e532c2a90616127cb09056648914 (patch) | |
| tree | 53c0f4f25c63756665fad141b639eadae7f175ee /gnu | |
| parent | ad167d028e97dca1937ad6ae3d89d2c4de997754 (diff) | |
gnu: cddlib: Fix source URI.
* gnu/packages/maths.scm (cddlib)[source]: Update source URI.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 8892ab0c5..c9de4f421 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -313,7 +313,7 @@ integer programming problems and computes Markov bases for statistics.") (source (origin (method url-fetch) - (uri (string-append "ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-" + (uri (string-append "ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-" (string-delete #\. version) ".tar.gz")) (sha256 (base32 |