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 @@ commonly used macros.") | ||||||
| (define-public gnome-contacts | (define-public gnome-contacts | ||||||
|   (package |   (package | ||||||
|     (name "gnome-contacts") |     (name "gnome-contacts") | ||||||
|     (version "3.34") |     (version "3.38.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/" | ||||||
|  | @ -2094,10 +2094,10 @@ commonly used macros.") | ||||||
|                                   name "-" version ".tar.xz")) |                                   name "-" version ".tar.xz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "04igc9xvyc4kb5xf5g2missnvyvj9zv5cqxf5k4z7hb0sv42wq4r")))) |                 "0hsq0dwxjahcaxnm1m4r1lync9k2fkwzybfmkchrmn95vqcwwvf9")))) | ||||||
|     (build-system meson-build-system) |     (build-system meson-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:configure-flags '("-Dcheese=false") |      `(#:configure-flags '("-Dcheese=disabled") | ||||||
|        #:phases |        #:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          (add-after 'unpack 'generate-vapis |          (add-after 'unpack 'generate-vapis | ||||||
|  |  | ||||||
		Reference in a new issue