mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: mm-common: Update to 1.0.2.
* gnu/packages/gnome.scm (mm-common): Update to 1.0.2.
This commit is contained in:
parent
435e5e2774
commit
b67e684e15
1 changed files with 2 additions and 2 deletions
|
@ -986,7 +986,7 @@ (define-public notification-daemon
|
|||
(define-public mm-common
|
||||
(package
|
||||
(name "mm-common")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/mm-common/"
|
||||
|
@ -994,7 +994,7 @@ (define-public mm-common
|
|||
"mm-common-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jasx9a9g7nqf7jcv3mrg4qh5cp9sq724jxjaz4wa1dzmxsxg8i8"))))
|
||||
"07b4s5ckcz9q5gwx8vchim19mhfgl8wysqwi30pndks3m4zrzad2"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue