gnu: cdemu-daemon: Update to 3.2.6.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-20 02:45:53 +01:00
parent 0aee20aab0
commit 8b214fc065
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -968,7 +968,7 @@ the data stored in various image formats.")
(define-public cdemu-daemon
(package
(name "cdemu-daemon")
(version "3.2.5")
(version "3.2.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -976,7 +976,7 @@ the data stored in various image formats.")
"cdemu-daemon-" version ".tar.xz"))
(sha256
(base32
"16g6fv1lxkdmbsy6zh5sj54dvgwvm900fd18aq609yg8jnqm644d"))))
"13vxhl7ik3h5qnfh6m0zxywb8qzx1n46akrm6rp19ikmxzih9r56"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config intltool))