diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 00:42:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:37:23 +0200 |
commit | 553f2f3f54c358a144b3571d217cca21c463a128 (patch) | |
tree | 3ca0ae8a6e47fcb5cddfdfb165737f697daa9428 /gnu/packages/gnome.scm | |
parent | 02cb4ca75750c117906537296b8b38c880b5e283 (diff) | |
download | guix-553f2f3f54c358a144b3571d217cca21c463a128.tar.gz |
gnu: mm-common: Update to 1.0.1.
* gnu/packages/gnome.scm (mm-common): Update to 1.0.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 514f8e6fc8..e1b21c37db 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -289,7 +289,7 @@ freedesktop.org desktop notification specification.") (define-public mm-common (package (name "mm-common") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/mm-common/" @@ -297,7 +297,7 @@ freedesktop.org desktop notification specification.") "mm-common-" version ".tar.xz")) (sha256 (base32 - "1m4w33da9f4rx2d6kdj3ix3kl0gn16ml82v2mdn4hljr3q29nzdr")))) + "1jasx9a9g7nqf7jcv3mrg4qh5cp9sq724jxjaz4wa1dzmxsxg8i8")))) (build-system meson-build-system) (arguments `(#:phases |