mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: subversion: Fetch over plain HTTP.
* gnu/packages/version-control.scm (subversion): Use the http:// URL to work around <http://bugs.gnu.org/14884>. Reported by Mark Weaver and Andreas Enge.
This commit is contained in:
parent
73d9f3c5b6
commit
e23dc82c29
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ (define-public subversion
|
|||
(version "1.7.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.apache.org/dist/subversion/subversion-"
|
||||
(uri (string-append "http://archive.apache.org/dist/subversion/subversion-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue