diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 19:50:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 21:50:03 +0100 |
commit | 6b9ec7b0ef4ef93a517930f4d6517cfbd058ec45 (patch) | |
tree | cd87c448913acf0e5e972c0049b527219ded6b6b /gnu/packages/cdrom.scm | |
parent | dfe11a489baaf18e46e0948e7450fa0423feaacf (diff) | |
download | guix-6b9ec7b0ef4ef93a517930f4d6517cfbd058ec45.tar.gz |
gnu: libburn: Update to 1.5.2.
* gnu/packages/cdrom.scm (libburn): Update to 1.5.2.
Diffstat (limited to 'gnu/packages/cdrom.scm')
-rw-r--r-- | gnu/packages/cdrom.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index 9c2b11c047..0bb6ba0a92 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -790,14 +790,14 @@ laid out on the image.") (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))) |