me
/
guix
Archived
1
0
Fork 0

gnu: gnome-contacts: Update to 3.38.1.

* gnu/packages/gnome.scm (gnome-contacts): Update to 3.38.1.
[arguments]: Use disabled instead of false for the cheese option.
master
Mathieu Othacehe 2021-09-17 18:11:17 +02:00
parent b95c149ac8
commit 7bfee950cc
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -2086,7 +2086,7 @@ commonly used macros.")
(define-public gnome-contacts
(package
(name "gnome-contacts")
(version "3.34")
(version "3.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-contacts/"
@ -2094,10 +2094,10 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
"04igc9xvyc4kb5xf5g2missnvyvj9zv5cqxf5k4z7hb0sv42wq4r"))))
"0hsq0dwxjahcaxnm1m4r1lync9k2fkwzybfmkchrmn95vqcwwvf9"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dcheese=false")
`(#:configure-flags '("-Dcheese=disabled")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'generate-vapis