mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libktorrent: Base source-code URL on version of ktorrent.
* gnu/packages/kde-internet.scm (libktorrent)[source]: Base path in URL on version of ktorrent.
This commit is contained in:
parent
3588ac9c10
commit
da0ef4dd9f
1 changed files with 2 additions and 2 deletions
|
@ -431,8 +431,8 @@ (define-public libktorrent
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
;; TODO: Base on version of ktorrent
|
||||
(uri (string-append "mirror://kde//stable/ktorrent/5.1.2"
|
||||
(uri (string-append "mirror://kde//stable/ktorrent/"
|
||||
(package-version ktorrent)
|
||||
"/libktorrent-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0051zh8bb4p9wmcfn5ql987brhsaiw9880xdck7b5dm1a05mri2w"))))
|
||||
|
|
Loading…
Reference in a new issue