gnu: subversion: Download from apache archive site.
* gnu/packages/subversion.scm (subversion): Download from archive.apache.org, where versions are kept for a longer period of time. Previously, we downloaded from the mirrors, which keep only the most recent versions.
This commit is contained in:
parent
fa6141ecaa
commit
0d62efbe5a
|
@ -34,7 +34,7 @@
|
|||
(version "1.7.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/subversion/subversion-"
|
||||
(uri (string-append "https://archive.apache.org/dist/subversion/subversion-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue