summary refs log tree commit diff
path: root/gnu/packages/cdrom.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-12-20 02:45:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-12-20 03:26:20 +0100
commit8b214fc065a1dc770a8d94ce2fe063a8ce050e21 (patch)
treef920874a7eb7880795b5c0f2acf58e874e4c102b /gnu/packages/cdrom.scm
parent0aee20aab0852734381d715bfc8023d02f073a99 (diff)
downloadguix-8b214fc065a1dc770a8d94ce2fe063a8ce050e21.tar.gz
gnu: cdemu-daemon: Update to 3.2.6.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.6.
Diffstat (limited to 'gnu/packages/cdrom.scm')
-rw-r--r--gnu/packages/cdrom.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 2c55354e19..3f2429aeeb 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -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))