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

commit 39f1650c1f7bb5af6025ad6ee313e814f7ee676b
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:18 2025 +0530

    gnu: milou: Update to 6.4.5.
    
    * gnu/packages/kde-plasma.scm (milou): Update to 6.4.5.
    
    Change-Id: Ida8aef5bf3603e65c49ebbb01d8eae8b6bafd57b
---
 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 20b851b9bf..13ad112a0e 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1738,7 +1738,7 @@ conjunction with the KDE Plasma Desktop.")
 (define-public milou
   (package
     (name "milou")
-    (version "6.4.3")
+    (version "6.4.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1746,7 +1746,7 @@ conjunction with the KDE Plasma Desktop.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1wazsc7yhl64czd7kr1ymjmfnygf3y1ivbv8sfdi9f5fc9dwjyfn"))))
+                "038hmb6k70gdw5bqzg01wa5wx6pl8nhckvqfd9pskhxg0n5frbhf"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons

Reply via email to