gnu: gnome-contacts: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-contacts): Update to 3.32.1.
This commit is contained in:
parent
4e868d22e6
commit
6a6138b2a2
1 changed files with 2 additions and 2 deletions
|
@ -478,7 +478,7 @@ commonly used macros.")
|
||||||
(define-public gnome-contacts
|
(define-public gnome-contacts
|
||||||
(package
|
(package
|
||||||
(name "gnome-contacts")
|
(name "gnome-contacts")
|
||||||
(version "3.30.2")
|
(version "3.32.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gnome-contacts/"
|
(uri (string-append "mirror://gnome/sources/gnome-contacts/"
|
||||||
|
@ -486,7 +486,7 @@ commonly used macros.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b0pkdwz9yqcv82zzdf76rs2w3wa5zli8pka09wnahikx1ykk43h"))))
|
"17g1gh8yj58cfpdx69h2szivlbjgvv982kmhnkkh0i5bwj0zs2yy"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue