me
/
guix
Archived
1
0
Fork 0

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.
master
Hartmut Goebel 2020-01-18 23:02:34 +01:00
parent 3588ac9c10
commit da0ef4dd9f
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 2 deletions

View File

@ -431,8 +431,8 @@ a full-featured client for BitTorrent.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
;; TODO: Base on version of ktorrent (uri (string-append "mirror://kde//stable/ktorrent/"
(uri (string-append "mirror://kde//stable/ktorrent/5.1.2" (package-version ktorrent)
"/libktorrent-" version ".tar.xz")) "/libktorrent-" version ".tar.xz"))
(sha256 (sha256
(base32 "0051zh8bb4p9wmcfn5ql987brhsaiw9880xdck7b5dm1a05mri2w")))) (base32 "0051zh8bb4p9wmcfn5ql987brhsaiw9880xdck7b5dm1a05mri2w"))))