1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 09:45:55 +02:00

gnu: ksquares: Update to 24.12.3.

* gnu/packages/kde-games.scm (ksquares): Update to 24.12.3.

Change-Id: I798d3dc06b11fb4871c4e62f275cc24456309aec
This commit is contained in:
Zheng Junjie
2025-03-08 13:20:20 +08:00
parent 3d3c703d3f
commit 41b207224b
+2 -2
View File
@@ -1534,14 +1534,14 @@ This package is part of the KDE games module.")
(define-public ksquares
(package
(name "ksquares")
(version "24.12.1")
(version "24.12.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksquares-" version ".tar.xz"))
(sha256
(base32 "1pp3nk9hnvf8bbrxpjcfj2lv2d0qawfb8b3hzys02p99hncp9rd8"))))
(base32 "1jzd9jb9s948zb12r1r27s75kmq3wwzzw4zikgpdcf05lfif03gl"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs