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

commit 382ec163876bdd4734543175026992398641cdc6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:51 2025 +0900

    gnu: mm-common: Update to 1.0.7.
    
    * gnu/packages/gnome.scm (mm-common): Update to 1.0.7.
    
    Change-Id: I354e133a555385bcb2af0902c21c5d8150be704a
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b67a76d7de..8983c6bf65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1074,7 +1074,7 @@ as a \"boring window manager for the adult in you.\"")
 (define-public mm-common
   (package
     (name "mm-common")
-    (version "1.0.6")
+    (version "1.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/mm-common/"
@@ -1082,7 +1082,7 @@ as a \"boring window manager for the adult in you.\"")
                                   "mm-common-" version ".tar.xz"))
               (sha256
                (base32
-                "1rv211kalivq8zlq7s7bd3dhm4f33jhrwf1vxrfbrnmwgl1lcp5m"))))
+                "0fbs587sm2xakdfwfv737dplpppl7b3qi24x3sdja60lg37byjj9"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to