diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-25 11:37:45 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:14 -0500 |
commit | dd33b3379f352a1753e593ae82ce9997d59d7303 (patch) | |
tree | 2ddfc32f98a791f5d699fe3320f014fe79ae96f6 /gnu/packages/gnome.scm | |
parent | 089e85859c2506ed343a07238eb6c960a986ab04 (diff) | |
download | guix-dd33b3379f352a1753e593ae82ce9997d59d7303.tar guix-dd33b3379f352a1753e593ae82ce9997d59d7303.tar.gz |
gnu: cheese: Update to 3.32.1.
* gnu/packages/gnome.scm (cheese): Update to 3.32.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 f0e65c4d59..ae6cec66b2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8242,7 +8242,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 "/" @@ -8250,7 +8250,7 @@ photo-booth-like software, such as Cheese.") version ".tar.xz")) (sha256 (base32 - "0zz2bgjaf2lsmfs3zn24925vbjb0rycr39i288brlbzixrpcyljr")))) + "1xlmsm4zsx05ahvpd4mgy1hfhxbag0r5i6p63bksjxdligdd36kv")))) (arguments ;; Tests require GDK. `(#:tests? #f |