mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cdemu-daemon: Split excessively long line.
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Wrap at 80 characters.
This commit is contained in:
parent
8bd904450b
commit
41d3e086e0
1 changed files with 2 additions and 2 deletions
|
@ -914,8 +914,8 @@ (define-public cdemu-daemon
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://downloads.sourceforge.net/cdemu/cdemu-daemon/cdemu-daemon-"
|
"https://downloads.sourceforge.net/cdemu/cdemu-daemon/"
|
||||||
version ".tar.bz2"))
|
"cdemu-daemon-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))
|
"02yyj8sr7d5briamhzrqh8zdsiiggxmx5y05kx25y7k3g15jvcx6"))))
|
||||||
|
|
Loading…
Reference in a new issue