From 3b87c384247d69e97f4d8ca1594a05022ad407a0 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Fri, 17 Nov 2017 13:14:00 +0100 Subject: [PATCH] gnu: cheese: Update to 3.26.0. * gnu/packages/gnome.scm (cheese): Update to 3.26.0 --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 149feeb51..176353739 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7003,7 +7003,7 @@ photo-booth-like software, such as Cheese.") (define-public cheese (package (name "cheese") - (version "3.24.0") + (version "3.26.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7011,7 +7011,7 @@ photo-booth-like software, such as Cheese.") version ".tar.xz")) (sha256 (base32 - "0wpks2lnr8va9wxgmj26dwmhlcb3vamhpxkqi8xaan6q25635l16")))) + "01f6lsp9jkhq5v2zxlghw15bca4xqavkxqkl8977r0g13p22zxcf")))) (arguments ;; Tests require GDK. `(#:tests? #f -- 2.15.0