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

commit c288053547bb21a0ff91edf40fb429ebf537e098
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Thu May 8 10:43:58 2025 +0800

    gnu: kasts: Update to 25.04.0.
    
    * gnu/packages/kde-multimedia.scm (kasts): Update to 25.04.0.
    
    Change-Id: I23308ab35cfbd989d473fe04c8bd3fd770238a51
---
 gnu/packages/kde-multimedia.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index db5b924eac..7c0de8bc98 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -605,7 +605,7 @@ camera.  Use it to take pictures and make videos to share.")
 (define-public kasts
   (package
     (name "kasts")
-    (version "25.03.90")
+    (version "25.04.0")
     (source
      (origin
        (method git-fetch)
@@ -614,7 +614,7 @@ camera.  Use it to take pictures and make videos to share.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "094q0yc8ljpkryd0vwwh4ljvk101qr63siwxacm1dgmhyi95262k"))))
+        (base32 "0qzm89z1amw48kghdrp09l36djvvfmgrsy4wabblxvz05phbih8n"))))
     (build-system qt-build-system)
     (native-inputs (list pkg-config extra-cmake-modules))
     (inputs (list bash-minimal

Reply via email to