mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ktorrent: Update to 25.08.1.
* gnu/packages/kde-internet.scm (ktorrent): Update to 25.08.1. Change-Id: I596cd85ede69c01c52a785069984270565053850
This commit is contained in:
parent
587581faa6
commit
4d7566ed48
1 changed files with 2 additions and 2 deletions
|
@ -287,14 +287,14 @@ This package is part of the KDE networking module.")
|
||||||
(define-public ktorrent
|
(define-public ktorrent
|
||||||
(package
|
(package
|
||||||
(name "ktorrent")
|
(name "ktorrent")
|
||||||
(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/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ktorrent-" version ".tar.xz"))
|
"/src/ktorrent-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "178mri9hjlriji43rf36h0bfp5zsy4ky8aczsnxxawrg25c8h2ma"))))
|
(base32 "0kvjxhhpzn1knvmmq60fjl5hfl6jpiyzzxfsjwmfvc5xavmc4s5l"))))
|
||||||
(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