me
/
guix
Archived
1
0
Fork 0

gnu: libburn: Update to 1.5.6.

* gnu/packages/cdrom.scm (libburn): Update to 1.5.6.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:02 +02:00
parent 0393495c16
commit 72bd1abaee
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -850,14 +850,14 @@ laid out on the image.")
(define-public libburn
(package
(name "libburn")
(version "1.5.4")
(version "1.5.6")
(source (origin
(method url-fetch)
(uri (string-append "http://files.libburnia-project.org/releases/"
"libburn-" version ".tar.gz"))
(sha256
(base32
"0m1vyry6pi115nysfgb0cg313qqhnlxqdg7f920wpiar0z8mjl2j"))))
"0jv447ixwvj68vslbgbbvkzmaabf4dz0dcizg9garvp59cdlk5bj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))