kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit cd81aac3679b9f13a1f3cfcdb0632a531aed5dc3
Author: Kei Kebreau <[email protected]>
Date:   Thu Jul 25 11:37:45 2019 -0400

    gnu: cheese: Update to 3.32.1.
    
    * gnu/packages/gnome.scm (cheese): Update to 3.32.1.
---
 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 4451c7c..db653da 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8021,7 +8021,7 @@ photo-booth-like software, such as Cheese.")
 (define-public cheese
   (package
     (name "cheese")
-    (version "3.30.0")
+    (version "3.32.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -8029,7 +8029,7 @@ photo-booth-like software, such as Cheese.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0zz2bgjaf2lsmfs3zn24925vbjb0rycr39i288brlbzixrpcyljr"))))
+                "1xlmsm4zsx05ahvpd4mgy1hfhxbag0r5i6p63bksjxdligdd36kv"))))
     (arguments
      ;; Tests require GDK.
      `(#:tests? #f

Reply via email to