mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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 @@ (define-public cdemu-client
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue