gnu: cdemu-daemon: Update to 3.2.2.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -896,7 +896,7 @@ the data stored in various image formats.")
(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 @@ the data stored in various image formats.")
version ".tar.bz2"))
(sha256
(base32
"171qqcziqgf6dd9n8xs9hc71krhjiyx9qr767s8znidyjj88hbc4"))))
"0himyrhhfjsr4ff5aci7240bpm9x34h20pid412ci8fm16nk929b"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)