mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libktorrent: Update to 24.12.1.
* gnu/packages/kde-internet.scm (libktorrent): Update to 24.12.1. Change-Id: I3b5cfba21c80eabad72cc416bf8fea5c754c8632
This commit is contained in:
parent
8d60cfaf5d
commit
e98960385c
1 changed files with 2 additions and 2 deletions
|
@ -486,14 +486,14 @@ (define-public ktorrent
|
|||
(define-public libktorrent
|
||||
(package
|
||||
(name "libktorrent")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1gr31v09jz5kdvhrpln9abncnnih7db35j3af73m3vlg6izw9z98"))))
|
||||
(base32 "1ik4ak7vb5axr1fs717h15zad9zxvxfs9y5l6y98lpbwjpd94wbf"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue