guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/37: gnu: cheese: Update to 3.30.0.


From: guix-commits
Subject: 29/37: gnu: cheese: Update to 3.30.0.
Date: Sun, 14 Jul 2019 15:54:55 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit aabfac1c00d613cab8dec051531df1cc976b3ff8
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 00:53:48 2019 -0400

    gnu: cheese: Update to 3.30.0.
    
    * gnu/packages/gnome.scm (cheese): Update to 3.30.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 fc5124d..5558a5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7725,7 +7725,7 @@ photo-booth-like software, such as Cheese.")
 (define-public cheese
   (package
     (name "cheese")
-    (version "3.28.0")
+    (version "3.30.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7733,7 +7733,7 @@ photo-booth-like software, such as Cheese.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "06da5qc5hdvwwd5vkbgbx8pjx1l3mvr07yrnnv3v1hfc3wp7l7jw"))))
+                "0zz2bgjaf2lsmfs3zn24925vbjb0rycr39i288brlbzixrpcyljr"))))
     (arguments
      ;; Tests require GDK.
      `(#:tests? #f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]