mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue