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

commit 34233474e8c3139aa0cca1fe4bd0f50efc4a4828
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:35 2025 +0530

    gnu: milou: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (milou): Update to 6.5.0.
    
    Change-Id: I6f865e5645a48f997c603c3fd280bc06c3b22e6b
---
 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 75a7e9bd37..7711571ccd 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1682,7 +1682,7 @@ conjunction with the KDE Plasma Desktop.")
 (define-public milou
   (package
     (name "milou")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1690,7 +1690,7 @@ conjunction with the KDE Plasma Desktop.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "038hmb6k70gdw5bqzg01wa5wx6pl8nhckvqfd9pskhxg0n5frbhf"))))
+                "07w1lz7axpxlgsv5g3khs8cac4bjrpq1mydjfqc5v4bsdyhsmrff"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons

Reply via email to