gnu: cdemu-daemon: Update to 3.2.4.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.4.
This commit is contained in:
parent
2d639e0fce
commit
46ffcd5fe1
1 changed files with 2 additions and 2 deletions
|
@ -910,7 +910,7 @@ the data stored in various image formats.")
|
||||||
(define-public cdemu-daemon
|
(define-public cdemu-daemon
|
||||||
(package
|
(package
|
||||||
(name "cdemu-daemon")
|
(name "cdemu-daemon")
|
||||||
(version "3.2.3")
|
(version "3.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -918,7 +918,7 @@ the data stored in various image formats.")
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"022xzgwmncswb9md71w3ly3mjkdfc93lbij2llp2jamq8grxjjxr"))))
|
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))
|
||||||
(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