diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-26 22:57:51 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:04 +0100 |
| commit | c73829a82a46d17e7a0be4084edd87d6f760e9d8 (patch) | |
| tree | fbde09607dad2dcf3bd45e87d9f6551eae9e7f89 | |
| parent | 1bca474d01eb744cb75f99e187336f94e2e7f1c8 (diff) | |
gnu: mm-common: Update to 1.0.7.
* gnu/packages/gnome.scm (mm-common): Update to 1.0.7.
Change-Id: I354e133a555385bcb2af0902c21c5d8150be704a
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 154b65d803d..5d489406af0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1075,7 +1075,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/" @@ -1083,7 +1083,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 |
