mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: libisofs: Update to 1.5.2.
* gnu/packages/cdrom.scm (libisofs): Update to 1.5.2.
This commit is contained in:
parent
5c4772d7be
commit
ec84186fe4
1 changed files with 2 additions and 2 deletions
|
@ -812,14 +812,14 @@ (define-public libburn
|
||||||
(define-public libisofs
|
(define-public libisofs
|
||||||
(package
|
(package
|
||||||
(name "libisofs")
|
(name "libisofs")
|
||||||
(version "1.5.0")
|
(version "1.5.2")
|
||||||
(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
|
||||||
"001l3akf3wb6msl9man776w560iqyvsbwwzs7d7y7msx13irspys"))))
|
"002mcyqwg625a8hqvsrmgm26mhhfwj0j7rahfhsqirmk02b16npg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
|
|
Loading…
Reference in a new issue