guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0730e2575e2449a69b60e015bc1e00738b7eface
Author: Sughosha <[email protected]>
AuthorDate: Thu Sep 18 22:42:41 2025 +0530

    gnu: kmag: Update to 25.08.1.
    
    * gnu/packages/kde-utils.scm (kmag): Update to 25.08.1.
    
    Change-Id: I2c8709c058a8ba44d62adcfd68e54c30f936b81f
---
 gnu/packages/kde-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 0a1ed4cfaa..9f4d9fe40e 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -843,14 +843,14 @@ the computer and 3D Printers.")
 (define-public kmag
   (package
     (name "kmag")
-    (version "25.04.0")
+    (version "25.08.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kmag-" version ".tar.xz"))
        (sha256
-        (base32 "0565x812jbq0j56750q03hmfai4fgdqjrxzw6k94c37ck0nvlfl5"))))
+        (base32 "0kkwwxwvdgi2gyjds1nr15i02xyj0svimmn9l4g2mfqzxkais6r8"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to