gnu: libmirage: Update to 3.2.3.

* gnu/packages/cdrom.scm (libmirage): Update to 3.2.3.
master
Tobias Geerinckx-Rice 2019-09-01 18:23:23 +02:00
parent 853232e60a
commit 0000b6dc74
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -884,7 +884,7 @@ CD data, and more. It's mostly compatible with @code{cdrtools}.")
(define-public libmirage
(package
(name "libmirage")
(version "3.2.2")
(version "3.2.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -892,7 +892,7 @@ CD data, and more. It's mostly compatible with @code{cdrtools}.")
version ".tar.bz2"))
(sha256
(base32
"0gwrfia0fyhi0b3p2pfyyvrcfcb0qysfzgpdqsqjqbx4xaqx5wpi"))))
"08mfvqyk3833ksfd47i4j3ppmrw5ry219km6h7lywdh9hm9x14yf"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)