Archived
1
0
Fork 0

gnu: cdemu-daemon: Update to 3.2.5.

* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-20 01:22:24 +02:00
parent 28e41c66e1
commit 3ae36cfcec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -982,15 +982,15 @@ 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.4") (version "3.2.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://sourceforge/cdemu/cdemu-daemon/" "mirror://sourceforge/cdemu/cdemu-daemon/"
"cdemu-daemon-" version ".tar.bz2")) "cdemu-daemon-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6")))) "16g6fv1lxkdmbsy6zh5sj54dvgwvm900fd18aq609yg8jnqm644d"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)