diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-17 13:14:00 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-17 16:34:28 -0500 |
commit | fc8d6953e202e94ad5b9e46a179d34a15a3075d3 (patch) | |
tree | ff97ab5ef434617c413ccc6864e84bdbdd669efe /gnu | |
parent | 3fe4c9dcc4707cb0a99bc4f9cb8dad9ebf14c1d7 (diff) | |
download | guix-fc8d6953e202e94ad5b9e46a179d34a15a3075d3.tar guix-fc8d6953e202e94ad5b9e46a179d34a15a3075d3.tar.gz |
gnu: cheese: Update to 3.26.0.
* gnu/packages/gnome.scm (cheese): Update to 3.26.0
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 149feeb514..176353739f 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 |