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

commit 34743f09aa018e2ecd2fcb8068d7e80b7fef7f0a
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:10 2026 +0530

    gnu: kasts: Update to 25.12.2.
    
    * gnu/packages/kde-multimedia.scm (kasts): Update to 25.12.2.
    
    Change-Id: I5d1ce432ee542208ee920d945ac7e5fe82578538
---
 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 f1d300d0d4..23f83a4b03 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -877,14 +877,14 @@ camera.  Use it to take pictures and make videos to 
share.")
 (define-public kasts
   (package
     (name "kasts")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kasts-" version ".tar.xz"))
        (sha256
-        (base32 "10jjd54nc0j55fqkyn4nfisyc2iywdbryarwbbjjjxd949s57wng"))))
+        (base32 "089wz6rrahilxq993i1qa9y5m88xajphy2w8pnws6czyxnm8ajip"))))
     (build-system qt-build-system)
     (native-inputs (list pkg-config extra-cmake-modules))
     (inputs (list breeze-icons

Reply via email to