mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libcdio: Update to 0.94.
* gnu/packages/cdrom.scm (libcdio): Update to 0.94. [home-page]: Use https.
This commit is contained in:
parent
3ded2761ab
commit
6312043ca5
1 changed files with 5 additions and 5 deletions
|
@ -80,22 +80,22 @@ (define-public libcddb
|
|||
(define-public libcdio
|
||||
(package
|
||||
(name "libcdio")
|
||||
(version "0.93")
|
||||
(version "0.94")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/libcdio/libcdio-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xb9km1750ndr7nglgbv1smv03dy8nkcfd9djbzqn3ldzlicswj9"))))
|
||||
"0nh222bnj0hgdic5nvr8l9j194mh5niqy15rypwrdbk6z01wkqln"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)
|
||||
("libcddb" ,libcddb)))
|
||||
`(("ncurses" ,ncurses)
|
||||
("libcddb" ,libcddb)))
|
||||
(native-inputs
|
||||
`(("help2man" ,help2man)
|
||||
("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")
|
||||
(description
|
||||
"The GNU Compact Disc Input and Control Library (libcdio) is a library
|
||||
|
|
Loading…
Reference in a new issue