mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libmirage: Update to 3.2.6.
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.6.
This commit is contained in:
parent
265e2d6fb0
commit
0aee20aab0
1 changed files with 2 additions and 2 deletions
|
@ -940,7 +940,7 @@ (define-public cdrkit-libre
|
|||
(define-public libmirage
|
||||
(package
|
||||
(name "libmirage")
|
||||
(version "3.2.5")
|
||||
(version "3.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -948,7 +948,7 @@ (define-public libmirage
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f8i2ha44rykkk3ac2q8zsw3y1zckw6qnf6zvkyrj3qqbzhrf3fm"))))
|
||||
"19pjdmxhzl8y3brhg8fsv99b6jg4lfnl8jvcjgm4jmqrr684czr5"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
|
|
Loading…
Reference in a new issue