gnu: libisofs: Update to 1.4.8.

* gnu/packages/cdrom.scm (libisofs): Update to 1.4.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-15 19:00:27 +01:00
parent 7b8d3a5e1e
commit d87d3f963e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -720,14 +720,14 @@ (define-public libburn
(define-public libisofs
(package
(name "libisofs")
(version "1.4.6")
(version "1.4.8")
(source (origin
(method url-fetch)
(uri (string-append "http://files.libburnia-project.org/releases/"
"libisofs-" version ".tar.gz"))
(sha256
(base32
"02m5g6lbmmkh2xc5xzq5zaf3ma6v31gls66aj886b3cq9qw0paql"))))
"0scvqb72qq24wcg814p1iw1dknldl21hr1hxsc1wy9vc6vgyk7fw"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)