me
/
guix
Archived
1
0
Fork 0

gnu: libcue: Fix source url.

* gnu/packages/cdrom.scm (libcue)[source]: Fix url.
[home-page]: Project has moved to Github.
master
Efraim Flashner 2016-03-30 13:39:42 +03:00
parent fa9f0e6c25
commit 8caf80fcf4
1 changed files with 3 additions and 2 deletions

View File

@ -233,13 +233,14 @@ 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 "https://github.com/lipnitsk/libcue/archive/v" (uri (string-append "https://github.com/lipnitsk/libcue/releases/"
"download/v" version "/libcue-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"17kjd7rjz1bvfn44n3n2bjb7a1ywd0yc0g4sqp5ihf9b5bn7cwlb")))) "17kjd7rjz1bvfn44n3n2bjb7a1ywd0yc0g4sqp5ihf9b5bn7cwlb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://libcue.sourceforge.net/") (home-page "https://github.com/lipnitsk/libcue")
(synopsis "C library to parse cue sheets") (synopsis "C library to parse cue sheets")
(description "Libcue is a C library to parse so-called @dfn{cue sheets} (description "Libcue is a C library to parse so-called @dfn{cue sheets}
which contain meta-data for CD/DVD tracks. It provides an API to manipulate which contain meta-data for CD/DVD tracks. It provides an API to manipulate