mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cdemu-client: Update to 3.2.3.
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.3.
This commit is contained in:
parent
8232f05357
commit
5042f33e3b
1 changed files with 2 additions and 2 deletions
|
@ -942,7 +942,7 @@ (define-public cdemu-daemon
|
|||
(define-public cdemu-client
|
||||
(package
|
||||
(name "cdemu-client")
|
||||
(version "3.2.1")
|
||||
(version "3.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -950,7 +950,7 @@ (define-public cdemu-client
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d8m24qvv62xcwafw5zs4yf39vs64kxl4idqcngd8yyjhrb2ykg5"))))
|
||||
"1bvc2m63fx03rbp3ihgl2n7k24lwg5ydwkmr84gsjfcxp46q10zq"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue