gnu: cdemu-daemon: Update to 3.2.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 9 May 2019 13:24:28 +0000 (15:24 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 9 May 2019 19:13:28 +0000 (21:13 +0200)
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.2.

gnu/packages/cdrom.scm

index 0ad7467..65f0f96 100644 (file)
@@ -896,7 +896,7 @@ the data stored in various image formats.")
 (define-public cdemu-daemon
   (package
     (name "cdemu-daemon")
-    (version "3.2.1")
+    (version "3.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -904,7 +904,7 @@ the data stored in various image formats.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "171qqcziqgf6dd9n8xs9hc71krhjiyx9qr767s8znidyjj88hbc4"))))
+                "0himyrhhfjsr4ff5aci7240bpm9x34h20pid412ci8fm16nk929b"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)