summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-11 02:19:53 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-11 02:19:53 +0100
commitbe31314638e2f42c706b4865274ffbb86d6aca87 (patch)
tree55f0321e3159943cdd1793a2b0516858682a62f3 /gnu/packages/gnome.scm
parente940f6d80193dd70ecd28b93e8d85042aa33a7c8 (diff)
downloadguix-patches-be31314638e2f42c706b4865274ffbb86d6aca87.tar
guix-patches-be31314638e2f42c706b4865274ffbb86d6aca87.tar.gz
gnu: gthumb: Update to 3.10.2 [security fixes].
Non-exhaustively, fixes CVE-2019-20326. * gnu/packages/gnome.scm (gthumb): Update to 3.10.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 a0796b0115..50edf9ebd9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10791,7 +10791,7 @@ functionality.")
(define-public gthumb
(package
(name "gthumb")
- (version "3.8.2")
+ (version "3.10.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gthumb/"
@@ -10799,7 +10799,7 @@ functionality.")
"gthumb-" version ".tar.xz"))
(sha256
(base32
- "15wqks35ks5dm7zj046dfd45vvrilan2ayfy2sxiprv7q74cip2q"))))
+ "14sw8d37g1lkp44dwsgyxjjsgh5pnpp4wq00mcy9p3rp30lf9spx"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t