gnu: cdemu-client: Update source URI.
* gnu/packages/cdrom.scm (cdemu-client)[source]: Update to new source URI.
This commit is contained in:
parent
3c9b9dc865
commit
495acfc566
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ drive and disc (including CD-ROMs and DVD-ROMs).")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://downloads.sourceforge.net/cdemu/cdemu-client-"
|
"mirror://sourceforge/cdemu/cdemu-client/cdemu-client-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue