me
/
guix
Archived
1
0
Fork 0

gnu: libmirage: Update to 3.2.7.

* gnu/packages/cdrom.scm (libmirage): Update to 3.2.7.

Change-Id: Ib4d62bbbcb4bedd2ce86f6d5262df6ed26c76cee
Tobias Geerinckx-Rice 2023-11-19 01:00:00 +01:00
parent c79c1210aa
commit 61f2d84e75
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -952,7 +952,7 @@ CD data, and more. It's mostly compatible with @code{cdrtools}.")
(define-public libmirage (define-public libmirage
(package (package
(name "libmirage") (name "libmirage")
(version "3.2.6") (version "3.2.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -960,7 +960,7 @@ CD data, and more. It's mostly compatible with @code{cdrtools}.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"19pjdmxhzl8y3brhg8fsv99b6jg4lfnl8jvcjgm4jmqrr684czr5")))) "1lxkpmad8l2wl0afp26jahzf5cxp10p0zl1a56lcqjwmsy0292gs"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list pkg-config intltool)) (list pkg-config intltool))