gnu: libisofs: Update to 1.4.8.
* gnu/packages/cdrom.scm (libisofs): Update to 1.4.8.
This commit is contained in:
parent
7b8d3a5e1e
commit
d87d3f963e
|
@ -720,14 +720,14 @@ DVD-RW, DVD-R, DVD-R/DL, BD-R, and BD-RE.")
|
||||||
(define-public libisofs
|
(define-public libisofs
|
||||||
(package
|
(package
|
||||||
(name "libisofs")
|
(name "libisofs")
|
||||||
(version "1.4.6")
|
(version "1.4.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://files.libburnia-project.org/releases/"
|
(uri (string-append "http://files.libburnia-project.org/releases/"
|
||||||
"libisofs-" version ".tar.gz"))
|
"libisofs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02m5g6lbmmkh2xc5xzq5zaf3ma6v31gls66aj886b3cq9qw0paql"))))
|
"0scvqb72qq24wcg814p1iw1dknldl21hr1hxsc1wy9vc6vgyk7fw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
|
|
Loading…
Reference in New Issue