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:
Maxim Cournoyer 2025-09-15 22:24:05 +09:00
parent 2b70a3d191
commit e29efb3123
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -404,14 +404,14 @@ a full-featured client for BitTorrent.")
(define-public libktorrent
(package
(name "libktorrent")
(version "24.12.1")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32 "1ik4ak7vb5axr1fs717h15zad9zxvxfs9y5l6y98lpbwjpd94wbf"))))
(base32 "00hnmiwbxgwqs90zg07xbirxqi5nv900fpzmcx9gm0012051bqw5"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs