summaryrefslogtreecommitdiff
path: root/gnu/packages/cdrom.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-01 18:23:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-01 18:27:02 +0200
commit8232f053573180ef82aa4f0ce8a585a959864481 (patch)
treedb71160d72a7f918a1d059a28fdee4c6f9387989 /gnu/packages/cdrom.scm
parent0000b6dc742560b2fc192315bdf38132d7252644 (diff)
downloadguix-patches-8232f053573180ef82aa4f0ce8a585a959864481.tar
guix-patches-8232f053573180ef82aa4f0ce8a585a959864481.tar.gz
gnu: cdemu-daemon: Update to 3.2.3.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.3.
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 5b2260f281..cbebf25ea3 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -913,7 +913,7 @@ the data stored in various image formats.")
(define-public cdemu-daemon
(package
(name "cdemu-daemon")
- (version "3.2.2")
+ (version "3.2.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -921,7 +921,7 @@ the data stored in various image formats.")
version ".tar.bz2"))
(sha256
(base32
- "0himyrhhfjsr4ff5aci7240bpm9x34h20pid412ci8fm16nk929b"))))
+ "022xzgwmncswb9md71w3ly3mjkdfc93lbij2llp2jamq8grxjjxr"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)