diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-05 19:06:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-05 19:07:31 +0100 |
commit | b9610b242027b2f7fb7d32f805f637842331ea11 (patch) | |
tree | ea4465d0de52899adf597c4c4f2905cbf2d86633 /gnu/packages/cdrom.scm | |
parent | d0f4283c449173df9561691453b8462c9e9f99ef (diff) |
gnu: libburn: Update to 1.5.4.
* gnu/packages/cdrom.scm (libburn): Update to 1.5.4.
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 905103efd4..d93c673ac2 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -862,14 +862,14 @@ laid out on the image.") (define-public libburn (package (name "libburn") - (version "1.5.2") + (version "1.5.4") (source (origin (method url-fetch) (uri (string-append "http://files.libburnia-project.org/releases/" "libburn-" version ".tar.gz")) (sha256 (base32 - "09sjrvq8xsj1gnl2wwyv4lbmicyzzl6x1ac2rrn53xnp34bxnckv")))) + "0m1vyry6pi115nysfgb0cg313qqhnlxqdg7f920wpiar0z8mjl2j")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |