gnu: cdemu-daemon: Update to 3.2.5.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.5.
This commit is contained in:
parent
28e41c66e1
commit
3ae36cfcec
1 changed files with 3 additions and 3 deletions
|
|
@ -982,15 +982,15 @@ 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.4")
|
(version "3.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://sourceforge/cdemu/cdemu-daemon/"
|
"mirror://sourceforge/cdemu/cdemu-daemon/"
|
||||||
"cdemu-daemon-" version ".tar.bz2"))
|
"cdemu-daemon-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))
|
"16g6fv1lxkdmbsy6zh5sj54dvgwvm900fd18aq609yg8jnqm644d"))))
|
||||||
(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