diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-08 23:58:51 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:29 +0100 |
| commit | 2017cf3d34df52da273832deb249a4e1beb2fff6 (patch) | |
| tree | 028be1bc8bd3a0e17a08b58ee5097da2d88c1a52 /gnu | |
| parent | fcb5b978cb9e54db7a566d6d67e901471f775443 (diff) | |
gnu: ktuberling: Update to 25.12.2.
* gnu/packages/kde-games.scm (ktuberling): Update to 25.12.2.
Change-Id: I91ac51f817fbb0eb1406a075cd356e6770f71a53
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index c3634bfea4..ab585ce61d 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -134,14 +134,14 @@ This package is part of the KDE games module.") (define-public ktuberling (package (name "ktuberling") - (version "25.12.0") + (version "25.12.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/ktuberling-" version ".tar.xz")) (sha256 - (base32 "1a1pc4hbf2jl96myfy4p1249519zq4szm5263w6bxsrknlsdm5pf")))) + (base32 "0aajz7jxx5nka31903ri2nbyzy1djs96lkxz53m7q48j1kqyhz74")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase |
