guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cheese: Update to 3.28.0.


From: Rutger Helling
Subject: 01/01: gnu: cheese: Update to 3.28.0.
Date: Wed, 13 Jun 2018 02:44:13 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 4b3480d62f9d98bfe7dc7b0b148312f2000d70b5
Author: Rutger Helling <address@hidden>
Date:   Wed Jun 13 08:43:23 2018 +0200

    gnu: cheese: Update to 3.28.0.
    
    * gnu/packages/gnome.scm (cheese): Update to 3.28.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 3a9f11b..1d53af7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7140,7 +7140,7 @@ photo-booth-like software, such as Cheese.")
 (define-public cheese
   (package
     (name "cheese")
-    (version "3.26.0")
+    (version "3.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7148,7 +7148,7 @@ photo-booth-like software, such as Cheese.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "01f6lsp9jkhq5v2zxlghw15bca4xqavkxqkl8977r0g13p22zxcf"))))
+                "06da5qc5hdvwwd5vkbgbx8pjx1l3mvr07yrnnv3v1hfc3wp7l7jw"))))
     (arguments
      ;; Tests require GDK.
      `(#:tests? #f



reply via email to

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