guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/321: gnu: klines: Update to 24.12.1.


From: guix-commits
Subject: 102/321: gnu: klines: Update to 24.12.1.
Date: Fri, 10 Jan 2025 23:03:11 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit 0dc750a805b99568908e23fe008f9f2cff50282d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:51:36 2025 +0800

    gnu: klines: Update to 24.12.1.
    
    * gnu/packages/kde-games.scm (klines): Update to 24.12.1.
    
    Change-Id: I8a24280423b35d6ce7a7d61c4c914876d89b9d23
---
 gnu/packages/kde-games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index c7694d283c..4dd3c7a06c 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -626,14 +626,14 @@ This package is part of the KDE games module.")
 (define-public klines
   (package
     (name "klines")
-    (version "24.05.2")
+    (version "24.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/klines-" version ".tar.xz"))
        (sha256
-        (base32 "1c6y071h2w1v3bn7cc5qy1l5m3s1s0vah72196y8gdh7bfx7kaxx"))))
+        (base32 "0crbz3vlz95yyddyp0j67rq307lbdl9i0qcmh4y4j2i53rw81gc2"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]