diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-17 18:11:17 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-17 18:11:17 +0200 |
commit | 7bfee950cc64fd0c5f6fbb24c6c5cc6992ab4dd5 (patch) | |
tree | 840c866e522731ba203c2c865b6f4a685fee049e /gnu | |
parent | b95c149ac8bf012bc93278048243bc0351072255 (diff) | |
download | guix-7bfee950cc64fd0c5f6fbb24c6c5cc6992ab4dd5.tar guix-7bfee950cc64fd0c5f6fbb24c6c5cc6992ab4dd5.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 988c84d3a5..e033a8b78d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |