me
/
guix
Archived
1
0
Fork 0

gnu: cdemu-client: Update to 3.2.4.

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

View File

@ -939,7 +939,7 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
(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 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
version ".tar.bz2"))
(sha256
(base32
"1bvc2m63fx03rbp3ihgl2n7k24lwg5ydwkmr84gsjfcxp46q10zq"))))
"1swylaja1p1jfjf3s58c9hsk1cyy20i7mrq32kcg6kzp88grs8my"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)