1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-25 08:14:06 +02:00

gnu: kblocks: Update to 24.12.1.

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

Change-Id: I412701bdf80c6ad2f6992ed2a190b47b2a352212
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:36 +08:00
committed by Zheng Junjie
parent 6f249cf044
commit 322c49e8df
+2 -2
View File
@@ -526,14 +526,14 @@ This package is part of the KDE games module.")
(define-public kblocks
(package
(name "kblocks")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kblocks-" version ".tar.xz"))
(sha256
(base32 "05l2g21rzpln7kzywgraplqymgfdk1wvr1jfm3ffk0nzdyi0fy08"))))
(base32 "0n9knhhmr2jlclqbzahxdjs3xax5vsfdn18yncbhy7q6a5b00g6n"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs