mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -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,14 +80,14 @@ (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)
|
||||||
|
@ -95,7 +95,7 @@ (define-public libcdio
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue