gnu: cdemu-daemon: Split excessively long line.

* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-11 03:49:49 +01:00
parent 8bd904450b
commit 41d3e086e0
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -914,8 +914,8 @@ (define-public cdemu-daemon
(source (origin
(method url-fetch)
(uri (string-append
"https://downloads.sourceforge.net/cdemu/cdemu-daemon/cdemu-daemon-"
version ".tar.bz2"))
"https://downloads.sourceforge.net/cdemu/cdemu-daemon/"
"cdemu-daemon-" version ".tar.bz2"))
(sha256
(base32
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))