summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 00:42:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 04:37:23 +0200
commit553f2f3f54c358a144b3571d217cca21c463a128 (patch)
tree3ca0ae8a6e47fcb5cddfdfb165737f697daa9428 /gnu
parent02cb4ca75750c117906537296b8b38c880b5e283 (diff)
downloadguix-patches-553f2f3f54c358a144b3571d217cca21c463a128.tar
guix-patches-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')
-rw-r--r--gnu/packages/gnome.scm4
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