Archived
1
0
Fork 0

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 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
(define-public cdemu-client (define-public cdemu-client
(package (package
(name "cdemu-client") (name "cdemu-client")
(version "3.2.3") (version "3.2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -947,7 +947,7 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1bvc2m63fx03rbp3ihgl2n7k24lwg5ydwkmr84gsjfcxp46q10zq")))) "1swylaja1p1jfjf3s58c9hsk1cyy20i7mrq32kcg6kzp88grs8my"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)