mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libburn: Update to 1.5.2.
* gnu/packages/cdrom.scm (libburn): Update to 1.5.2.
This commit is contained in:
parent
dfe11a489b
commit
6b9ec7b0ef
1 changed files with 2 additions and 2 deletions
|
@ -790,14 +790,14 @@ (define-public ccd2cue
|
|||
(define-public libburn
|
||||
(package
|
||||
(name "libburn")
|
||||
(version "1.5.0")
|
||||
(version "1.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://files.libburnia-project.org/releases/"
|
||||
"libburn-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gg2kgnqvaa2fwghai62prxz6slpak1f6bvgjh8m4dn16v114asq"))))
|
||||
"09sjrvq8xsj1gnl2wwyv4lbmicyzzl6x1ac2rrn53xnp34bxnckv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue