me
/
guix
Archived
1
0
Fork 0

gnu: cdemu-daemon: Update to 3.2.6.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.6.
master
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 (define-public cdemu-daemon
(package (package
(name "cdemu-daemon") (name "cdemu-daemon")
(version "3.2.5") (version "3.2.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -976,7 +976,7 @@ the data stored in various image formats.")
"cdemu-daemon-" version ".tar.xz")) "cdemu-daemon-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"16g6fv1lxkdmbsy6zh5sj54dvgwvm900fd18aq609yg8jnqm644d")))) "13vxhl7ik3h5qnfh6m0zxywb8qzx1n46akrm6rp19ikmxzih9r56"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list pkg-config intltool)) (list pkg-config intltool))