~ruther/guix-local

73597c43adf052e3d63405e739a27ca0a4dab61e — Zheng Junjie 1 year, 2 months ago 4d4daac
gnu: ktuberling: Update to 24.12.1.

* gnu/packages/kde-games.scm (ktuberling): Update to 24.12.1.

Change-Id: Ia45f3f526ace9536ae1ba2cc65b44cae34a25f2d
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/kde-games.scm
M gnu/packages/kde-games.scm => gnu/packages/kde-games.scm +3 -2
@@ 6,6 6,7 @@
;;; Copyright © 2019, 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2024, 2025 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 45,14 46,14 @@
(define-public ktuberling
  (package
    (name "ktuberling")
    (version "24.05.2")
    (version "24.12.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/ktuberling-" version ".tar.xz"))
       (sha256
        (base32 "15fizh4f1y6j475c91myw87fg8h5d0wi79niby19wgwwbhphzb2r"))))
        (base32 "0bklrihrv9c1pxxg3swlkllh280hzgjri2zkkz8klml0vznvrya4"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase))
    (native-inputs