gnu: libcue: Update source URL.

* gnu/packages/cdrom.scm (libcue)[source]: Update URL.
master
Leo Famulari 2015-12-30 19:58:06 -05:00
parent 34da7af4c1
commit 2ef8bbc3ae
1 changed files with 3 additions and 2 deletions

View File

@ -240,8 +240,9 @@ capacity is user-selectable.")
(version "1.4.0") (version "1.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/libcue/libcue-" (uri (string-append "https://github.com/lipnitsk/libcue/releases"
version ".tar.bz2")) "/download/v" version
"/libcue-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"17kjd7rjz1bvfn44n3n2bjb7a1ywd0yc0g4sqp5ihf9b5bn7cwlb")))) "17kjd7rjz1bvfn44n3n2bjb7a1ywd0yc0g4sqp5ihf9b5bn7cwlb"))))