gnu: cdemu-daemon: Update to 3.2.2.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-09 15:24:28 +02:00
parent d201571754
commit 97dbf75a56
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -896,7 +896,7 @@ (define-public libmirage
(define-public cdemu-daemon
(package
(name "cdemu-daemon")
(version "3.2.1")
(version "3.2.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -904,7 +904,7 @@ (define-public cdemu-daemon
version ".tar.bz2"))
(sha256
(base32
"171qqcziqgf6dd9n8xs9hc71krhjiyx9qr767s8znidyjj88hbc4"))))
"0himyrhhfjsr4ff5aci7240bpm9x34h20pid412ci8fm16nk929b"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)