gnu: cdemu-client: Update to 3.2.4.

* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-11 03:48:01 +01:00
parent 46ffcd5fe1
commit 8bd904450b
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -939,7 +939,7 @@ (define-public cdemu-daemon
(define-public cdemu-client
(package
(name "cdemu-client")
(version "3.2.3")
(version "3.2.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -947,7 +947,7 @@ (define-public cdemu-client
version ".tar.bz2"))
(sha256
(base32
"1bvc2m63fx03rbp3ihgl2n7k24lwg5ydwkmr84gsjfcxp46q10zq"))))
"1swylaja1p1jfjf3s58c9hsk1cyy20i7mrq32kcg6kzp88grs8my"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)