diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-21 16:43:36 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-21 16:43:36 -0500 |
commit | 895389583b5a559c13c84653d8cc4a7ec716893d (patch) | |
tree | 70bacef30595dab1897d4dbe964843597ae54993 | |
parent | ba17b160ed7d09ef58183c22b6f1b10ee7ba926d (diff) | |
download | guix-895389583b5a559c13c84653d8cc4a7ec716893d.tar.gz guix-895389583b5a559c13c84653d8cc4a7ec716893d.zip |
gnu: cheese: Update to 43.0.
* gnu/packages/gnome.scm (cheese): Update to 43.0.
-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 1c96b1fbfc..375fb59f3c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11441,7 +11441,7 @@ photo-booth-like software, such as Cheese.") (define-public cheese (package (name "cheese") - (version "41.1") + (version "43.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -11449,7 +11449,7 @@ photo-booth-like software, such as Cheese.") version ".tar.xz")) (sha256 (base32 - "0iz5cwndl65j13z5pmv0ansln2lyii0h82q775jgc3vk53560aaj")))) + "02vzcvk2s6cwvdw6v6qmlq3znamy6zwv7l6nlbqjfwrj7i54qmvl")))) (arguments `(#:glib-or-gtk? #t #:phases |