diff options
| -rw-r--r-- | gnu/packages/debug.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 4a9319d0a90..e2a29a3ae90 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm | |||
| @@ -86,10 +86,7 @@ | |||
| 86 | (method url-fetch) | 86 | (method url-fetch) |
| 87 | (uri (list | 87 | (uri (list |
| 88 | (string-append "mirror://debian/pool/main/d/delta/" | 88 | (string-append "mirror://debian/pool/main/d/delta/" |
| 89 | "delta_" version ".orig.tar.gz") | 89 | "delta_" version ".orig.tar.gz"))) |
| 90 | ;; This uri seems to send guix download into an infinite loop | ||
| 91 | (string-append "http://delta.tigris.org/files/documents/3103/" | ||
| 92 | "33566/delta-" version ".tar.gz"))) | ||
| 93 | (sha256 | 90 | (sha256 |
| 94 | (base32 | 91 | (base32 |
| 95 | "184wh35pf2ddx97319s6sgkzpz48xxkbwzcjpycv009bm53lh61q")))) | 92 | "184wh35pf2ddx97319s6sgkzpz48xxkbwzcjpycv009bm53lh61q")))) |
