gnu: wv: Fix URL.

Reported by Marek Benc.

* gnu/packages/wv.scm (wv): Change URL to mirror://.  Also replace one
  NAME occurrence in the URL with 'wvware'.
master
Ludovic Courtès 2014-09-09 17:17:46 +02:00
parent bde7eb8f0a
commit 6bb08d056e
1 changed files with 7 additions and 10 deletions

View File

@ -32,16 +32,13 @@
(package
(name "wv")
(version "1.2.4")
(source
(origin
(method url-fetch)
(uri
(string-append
"http://sourceforge.net/projects/" name "/files/wv/" version
"/wv-" version ".tar.gz/download"))
(file-name (string-append "wv-" version ".tar.gz"))
(sha256
(base32 "1mn2ax6qjy3pvixlnvbkn6ymy6y4l2wxrr4brjaczm121s8hjcb7"))))
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/wvware/wv/" version
"/wv-" version ".tar.gz"))
(sha256
(base32
"1mn2ax6qjy3pvixlnvbkn6ymy6y4l2wxrr4brjaczm121s8hjcb7"))))
(build-system gnu-build-system)
(arguments