gnu: mm-common: Update to 1.0.1.

* gnu/packages/gnome.scm (mm-common): Update to 1.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-10 00:42:12 +02:00
parent 02cb4ca757
commit 553f2f3f54
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -289,7 +289,7 @@ (define-public notification-daemon
(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 @@ (define-public mm-common
"mm-common-" version ".tar.xz"))
(sha256
(base32
"1m4w33da9f4rx2d6kdj3ix3kl0gn16ml82v2mdn4hljr3q29nzdr"))))
"1jasx9a9g7nqf7jcv3mrg4qh5cp9sq724jxjaz4wa1dzmxsxg8i8"))))
(build-system meson-build-system)
(arguments
`(#:phases