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

commit e5fb4bf12a3992d177360a359542759e993af2e8
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 21 16:45:58 2025 +0800

    gnu: knewstuff: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (knewstuff): Update to 6.16.0.
    
    Change-Id: I5881b5dab48d5867c1a1db4d5bc76a1261007891
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 07614f29bc..a410eccdee 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4123,7 +4123,7 @@ KIO enabled infrastructure.")
 (define-public knewstuff
   (package
     (name "knewstuff")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4132,7 +4132,7 @@ KIO enabled infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "166p4r15jpizw76ysz8vy9cv06zxs3wf8ch7fqxg14q5rb77721k"))))
+                "0qjfw7b26vcm1w69sapsr5j53sryw2p1p1g2b3qw3a6pkfl0kr2k"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list attica

Reply via email to