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

commit 504684c07e108482fcf20a58bac847edcd2f73e6
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 09:32:00 2025 +0530

    gnu: milou: Update to 6.5.2.
    
    * gnu/packages/kde-plasma.scm (milou): Update to 6.5.2.
    
    Change-Id: I350b3f80c21d5b4e10474150de4d93fbef56dd09
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 90bad99faf..4e2a328f3d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1724,7 +1724,7 @@ conjunction with the KDE Plasma Desktop.")
 (define-public milou
   (package
     (name "milou")
-    (version "6.5.0")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1732,7 +1732,7 @@ conjunction with the KDE Plasma Desktop.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "07w1lz7axpxlgsv5g3khs8cac4bjrpq1mydjfqc5v4bsdyhsmrff"))))
+                "1gcvwx0kip5fnh9g1kx34w7l398yz6vnri13096a4khm3b27kcw4"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons

Reply via email to