gnu: cdemu-client: Update to 3.2.4.
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.4.
This commit is contained in:
parent
46ffcd5fe1
commit
8bd904450b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue