mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
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.
This commit is contained in:
parent
b95c149ac8
commit
7bfee950cc
1 changed files with 3 additions and 3 deletions
|
@ -2086,7 +2086,7 @@ (define-public gnome-common
|
|||
(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 @@ (define-public gnome-contacts
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue