mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
(version "1.7.8")
|
(version "1.7.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://apache/subversion/subversion-"
|
(uri (string-append "https://archive.apache.org/dist/subversion/subversion-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue