gnu: cdemu-client: Update to 3.2.1.

* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.1.
master
Tobias Geerinckx-Rice 2019-05-09 15:24:39 +02:00
parent 97dbf75a56
commit b03a4ed465
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -925,7 +925,7 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
(define-public cdemu-client
(package
(name "cdemu-client")
(version "3.2.0")
(version "3.2.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -933,7 +933,7 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
version ".tar.bz2"))
(sha256
(base32
"1zwz987pb2pakfk9kz8a6xa9hq1ip48cn4ryl9z85dik8k2sizm9"))))
"1d8m24qvv62xcwafw5zs4yf39vs64kxl4idqcngd8yyjhrb2ykg5"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)