guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9278f3fcd63e903ce14ffa8f35a7fee6ed0abbeb
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 15 16:47:46 2025 +0900

    gnu: milou: Update to 6.3.6.
    
    * gnu/packages/kde-plasma.scm (milou): Update to 6.3.6.
    
    Change-Id: I01047c7d966f6788801ff888def847d722a30f5e
---
 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 e65ed21ebb..26e41ce78f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1753,7 +1753,7 @@ conjunction with the KDE Plasma Desktop.")
 (define-public milou
   (package
     (name "milou")
-    (version "6.3.4")
+    (version "6.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1761,7 +1761,7 @@ conjunction with the KDE Plasma Desktop.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0dzzwdqig33hgdq70i7lh8z26v9pifm766p29w1qirb65v9dfyxf"))))
+                "1zx09f3cmk9wabiawl3837fs7gj21v4zdn4lfcfvj1mlna5vr2l4"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons

Reply via email to