gnu: libburn: Update to 1.5.2.

* gnu/packages/cdrom.scm (libburn): Update to 1.5.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-03 19:50:17 +01:00
parent dfe11a489b
commit 6b9ec7b0ef
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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)))