mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libktorrent: Update to 25.08.1.
* gnu/packages/kde-internet.scm (libktorrent): Update to 25.08.1. Change-Id: Ie227675161b8d1d9578559c0c9e4486a62f247d4
This commit is contained in:
parent
2b70a3d191
commit
e29efb3123
1 changed files with 2 additions and 2 deletions
|
@ -404,14 +404,14 @@ a full-featured client for BitTorrent.")
|
||||||
(define-public libktorrent
|
(define-public libktorrent
|
||||||
(package
|
(package
|
||||||
(name "libktorrent")
|
(name "libktorrent")
|
||||||
(version "24.12.1")
|
(version "25.08.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/" name "-" version ".tar.xz"))
|
version "/src/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ik4ak7vb5axr1fs717h15zad9zxvxfs9y5l6y98lpbwjpd94wbf"))))
|
(base32 "00hnmiwbxgwqs90zg07xbirxqi5nv900fpzmcx9gm0012051bqw5"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue