aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-06-13 08:43:23 +0200
committerRutger Helling <rhelling@mykolab.com>2018-06-13 08:44:02 +0200
commit4b3480d62f9d98bfe7dc7b0b148312f2000d70b5 (patch)
tree05a5b371ec0b1c42baa73cd1d88205177266a06c /gnu
parent3a30ae05ae0765294525be296589356a058b66ef (diff)
downloadguix-4b3480d62f9d98bfe7dc7b0b148312f2000d70b5.tar.gz
guix-4b3480d62f9d98bfe7dc7b0b148312f2000d70b5.zip
gnu: cheese: Update to 3.28.0.
* gnu/packages/gnome.scm (cheese): Update to 3.28.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3a9f11bd0f..1d53af7515 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
est a F2FS root file system....Danny Milosavljevic 2020-04-30Merge branch 'master' into core-updates...Marius Bakke 2020-04-29tests: install: Fix device usage....Mathieu Othacehe 2020-04-29tests: install: Fix gui-installed-os test....Mathieu Othacehe 2020-04-29tests: install: Increase virtual machine RAM....Mathieu Othacehe 2020-04-26tests: Add 'guile-final' to the installation test GC roots....Marius Bakke 2020-04-10tests: Run guided installation tests from an ISO image....Ludovic Courtès 2020-04-08tests: Mark VM images as non-substitutable....Ludovic Courtès 2020-03-26tests: install: Add %test-gui-installed-desktop-os-encrypted....Mathieu Othacehe 2020-03-22tests: install: Abort when one installation step fails....Mathieu Othacehe 2020-03-19tests: Accept manual installation scripts that exit with SIGTERM....Ludovic Courtès 2020-03-05tests: install: Add %test-gui-installed-os-encrypted....Mathieu Othacehe 2020-03-05tests: install: Add "gui-installed-os"....Ludovic Courtès 2020-02-22tests: Factorize LUKS passphrase....Ludovic Courtès 2020-01-19tests: install: "raid-root-os" test uses RAID-1 instead of RAID-0....Ludovic Courtès 2020-01-03tests: install: Test a JFS root file system....Tobias Geerinckx-Rice 2019-11-18tests: install: Fix typo....Maxim Cournoyer 2019-11-06tests: install: Increase root partition size....Ludovic Courtès 2019-07-06tests: encrypted-root-os: Increase root partition size....Ludovic Courtès 2019-06-24tests: Import (guix build utils) in the marionette....Ludovic Courtès 2019-05-15system: Add 'operating-system-with-gc-roots'....Ludovic Courtès 2019-04-14tests: separate-store-os: Increase root partition size....Ludovic Courtès 2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès 2019-03-13Remove traces of "GuixSD"....Ludovic Courtès