gnu: cdemu-daemon: Update to 3.2.5.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-20 01:22:24 +02:00
parent 28e41c66e1
commit 3ae36cfcec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -982,15 +982,15 @@ (define-public libmirage
(define-public cdemu-daemon
(package
(name "cdemu-daemon")
(version "3.2.4")
(version "3.2.5")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/cdemu/cdemu-daemon/"
"cdemu-daemon-" version ".tar.bz2"))
"cdemu-daemon-" version ".tar.xz"))
(sha256
(base32
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))
"16g6fv1lxkdmbsy6zh5sj54dvgwvm900fd18aq609yg8jnqm644d"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)