gnu: libcdio: Update to 0.94.

* gnu/packages/cdrom.scm (libcdio): Update to 0.94.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2016-11-15 11:13:24 +02:00
parent 3ded2761ab
commit 6312043ca5
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -80,22 +80,22 @@ (define-public libcddb
(define-public libcdio (define-public libcdio
(package (package
(name "libcdio") (name "libcdio")
(version "0.93") (version "0.94")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/libcdio/libcdio-" (uri (string-append "mirror://gnu/libcdio/libcdio-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xb9km1750ndr7nglgbv1smv03dy8nkcfd9djbzqn3ldzlicswj9")))) "0nh222bnj0hgdic5nvr8l9j194mh5niqy15rypwrdbk6z01wkqln"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ncurses" ,ncurses) `(("ncurses" ,ncurses)
("libcddb" ,libcddb))) ("libcddb" ,libcddb)))
(native-inputs (native-inputs
`(("help2man" ,help2man) `(("help2man" ,help2man)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "http://www.gnu.org/software/libcdio/") (home-page "https://www.gnu.org/software/libcdio/")
(synopsis "CD Input and Control library") (synopsis "CD Input and Control library")
(description (description
"The GNU Compact Disc Input and Control Library (libcdio) is a library "The GNU Compact Disc Input and Control Library (libcdio) is a library