~ruther/guix-local

ce1fc35946b6fe70847b8b94e5518163a19f9b42 — Zheng Junjie 1 year, 5 months ago 927bb04
gnu: kdiamond: Update to 24.12.1.

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

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

M gnu/packages/kde-games.scm
M gnu/packages/kde-games.scm => gnu/packages/kde-games.scm +2 -2
@@ 711,14 711,14 @@ This package is part of the KDE games module.")
(define-public kdiamond
  (package
    (name "kdiamond")
    (version "24.05.2")
    (version "24.12.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/kdiamond-" version ".tar.xz"))
       (sha256
        (base32 "1ql8psh6lyahrdiqj0qji1dsyz8jl260msp76k804jk0477gjw8h"))))
        (base32 "14yfi627p3n1qxk6w1wm1p11hyjql0mrka4rkwqwvdph8wa1bar7"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase))
    (native-inputs