me
/
guix
Archived
1
0
Fork 0

gnu: cdemu-daemon: Update to 3.2.4.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.4.
master
Tobias Geerinckx-Rice 2020-01-11 03:48:00 +01:00
parent 2d639e0fce
commit 46ffcd5fe1
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -910,7 +910,7 @@ the data stored in various image formats.")
(define-public cdemu-daemon
(package
(name "cdemu-daemon")
(version "3.2.3")
(version "3.2.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -918,7 +918,7 @@ the data stored in various image formats.")
version ".tar.bz2"))
(sha256
(base32
"022xzgwmncswb9md71w3ly3mjkdfc93lbij2llp2jamq8grxjjxr"))))
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)