gnu: cdemu-daemon: Split excessively long line.
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.master
parent
8bd904450b
commit
41d3e086e0
|
@ -914,8 +914,8 @@ the data stored in various image formats.")
|
|||
(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"))))
|
||||
|
|
Reference in New Issue