mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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
|
||||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue